function newKontaktWindow()
{
     msgWindow=open('','Kontakt','resizable=yes,scrollbars=yes,status=no,width=600,height=500,screenX=0,screenY=0,top=0,left=0');
     msgWindow.location.href = "https://ssl.kundenserver.de/kontakt.srs-it.de/srs_form.htm";
     msgWindow.focus();
     if( msgWindow.opener == null )
     {
        msgWindow.opener = self;
     }
}
function newBookmarkEditWindow()
{
     msgWindow=open('','Edit','resizable=yes,scrollbars=yes,status=no,width=900,height=600,screenX=0,screenY=0,top=0,left=0');
     msgWindow.location.href = "http://www.srs-it.de/private/srs_edit_bookmark.php";
     msgWindow.focus();
     if( msgWindow.opener == null )
     {
        msgWindow.opener = self;
     }
}

