function web(){
fenster=window.open("html/web.html","fenstername","width=800,height=400,top=0,left=0,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.moveTo((screen.availWidth-800)/2,(screen.availHeight-400)/2);
fenster.focus();
}

function print(){
fenster=window.open("html/print.html","fenstername","width=800,height=400,top=0,left=0,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.moveTo((screen.availWidth-800)/2,(screen.availHeight-400)/2);
fenster.focus();
}

function impressum(){
fenster=window.open("html/impressum.html","fenstername1","width=300,height=500,top=0,left=0,scrollbars=no,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.focus();
}

function team(){
fenster=window.open("html/team.html","fenstername1","width=300,height=500,top=0,left=0,scrollbars=no,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.focus();
}

function sender(){
fenster=window.open("html/ok.html","fenstername2","width=400,height=200,top=0,left=0,scrollbars=no,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.moveTo((screen.availWidth-400)/2,(screen.availHeight-200)/2);
fenster.focus();
}

function sender1(){
fenster=window.open("html/felder.html","fenstername2","width=400,height=200,top=0,left=0,scrollbars=no,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.moveTo((screen.availWidth-400)/2,(screen.availHeight-200)/2);
fenster.focus();
}

function sender2(){
fenster=window.open("html/mail.html","fenstername2","width=400,height=200,top=0,left=0,scrollbars=no,menubar=no,status=no,toolbar=no,location=no,resizable=no")
fenster.moveTo((screen.availWidth-400)/2,(screen.availHeight-200)/2);
fenster.focus();
}

function extern(Url){
fenster=window.open(Url,"fenstername3","width=1000,height=600,top=0,left=0,scrollbars=yes,menubar=yes,status=no,toolbar=yes,location=yes,resizable=yes")
fenster.focus();
}


function openWindow(Url) {
  popupWin = window.open(Url, '172137557', 'width=335,height=340,left=100,top=100,menubar=no,status=no,toolbar=no,hotkeys,location=no')
}



