function NeuFenster()
{
 MeinFenster =
 window.open("../kontakt/kontakt.php", "Zweitfenster", "width=550,height=550,scrollbars=no,toolbar=no,status=no, resizable=no,menubar=no,location=no,directories=no,top=100,left=200");
 MeinFenster.focus();
}
