function kontakt(name, height)
{
	w = window.open('../php/kontakt.php', 'Kontaktformular', 'width=500, height=500, scrolling=no');
	w.focus();
}

function impressum( )
{
	w = window.open('../php/impressum.php', 'Impressum', 'width=700, height=400, scrolling=yes');
	w.focus();
}


