function impressum()
{
	Lightview.show({ href: '/de/impressum.php', rel: 'iframe', options: { width: 577, height: 480 }});
	return false;
}

function agb()
{
	Lightview.show({ href: '/de/agb.php', rel: 'iframe', options: { width: 577, height: 100 }});
	return false;
}

function sitemap()
{
	Lightview.show({ href: '/de/impressum.php', rel: 'iframe', options: { width: 577, height: 480 }});
	return false;
}
