<!--
function kontakt() {
MeinFenster =
window.open("../_kontakt/kontakt.htm", "Zweitfenster", "width=500,height=500,scrollbars");
MeinFenster.focus();
}
//-->

