// Kontakt-Mailformular aufrufen function mailformular(menu_id, kontakt_id) { document.location.href= "http://www.wiska.co.uk/web/deu/data/kontakt_mailformular.php?menu_id="+menu_id+"&kontakt_id="+kontakt_id; } // Spezielle "Pulldowncontentseiten" aufrufen function pulldowncontent(content_id) { if (content_id>0) { document.location.href="/web/deu/inc/contentseite_js.php?menu_id=&pulldown_id="+content_id; } } function formularauswertung(name) { var feldname=new RegExp(["^"+name+"_*"],["gi"]); var str="formularname="+escape(name)+"&"; for (i=0;i0) { document.getElementById('ventgland').style.left = (Fensterweite ()/2)-(784/2)+"px"; } else { document.getElementById('ventgland').style.left = 0+"px"; } } function centerWin(url,name,w,h) { if(!window.opera){ l = (screen.availWidth/2)-(w/2); t = (screen.availHeight/2)-(h/2)-10; win = window.open(url,name,"scrollbars=yes,resizable=0,staus=0,width="+w+",height="+h+",left="+l+",top="+t+""); win.focus(); } else { /*opera*/ l = (window.innerWidth/2)-(w/2); t = (window.innerHeight/2)-(h/2)-10; win = window.open(url,name,"scrollbars=yes,resizable=0,staus=0,width="+w+",height="+h+",left="+l+",top="+t+""); win.focus(); } } function loadPopup() { if(window.name=='startwin') { centerWin('http://www.wiska.co.uk/web/deu/data/221-3/VentGland.html','popup',800,600); } } function intro() // Übernommen aus dem alten WISKA-Auftritt { var pfad= "./intro.htm"; var breite= 550; var hoehe = 400; var myLeft = (screen.availWidth - breite)/2; var myTop = (screen.availHeight - hoehe)/2; Fenster=window.open(pfad,"Fenster","width="+breite+",height="+hoehe+",left="+myLeft+",top="+myTop+",resizable=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,toolbar=0"); Fenster.focus(); }