function fenster_kontakt_index()
{
var win;
win=window.open("./seiten/kontakt_fenster.htm", "Kontakt_Formular", "height=700, width=945, resizable=yes, titlebar=yes, scrollbars=yes, top, left");
//menubar=yes
//status=yes
//location=yes
//toolbar=yes
}