function startseite() { homepageurl='http://www.stada.de/inc/scripts.js.asp'; hpstyle.style.behavior='url(#default#homepage)'; hpstyle.setHomePage(homepageurl); } function bookmark(t) { var bookmarkwin=window.open(t,"bookmark","dependent=yes,screenX=50,screenY=50,toolbar=no,width=640,height=400,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no"); bookmarkwin.focus(); } function SuchCleaner(FeldId) { if (FeldId.value == 'Suchbegriff eingeben' || FeldId.value == 'Enter query' || FeldId.value == 'Lösungsworte aus Ihrer Gewinnspielkarte') { FeldId.value=''; } } function turnOff(dname) { document.getElementById(dname).style.display = 'none'; } function turnOn(dname) { document.getElementById(dname).style.display = 'block'; } function Zoomer(t,w,h) { var target = t; //----> Fenster Zentrieren toppos = Math.round((screen.height-h)/2); leftpos = Math.round((screen.width-w)/2); //----> Fenster Aufrufen var paras = "screenx=0,screeny=0,top="+ toppos +",left="+ leftpos +",dependent=yes,toolbar=no,width=" + w + ",height=" + h + ",directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no"; winInfo=window.open(target,"PopupStart",paras); //----> Fensterfocus setzten winInfo.focus(); }; function ZoomerLadival(t,w,h) { var target = t; //----> Fenster Zentrieren toppos = Math.round((screen.height-h)/2); leftpos = Math.round((screen.width-w)/2); //----> Fenster Aufrufen var paras = "screenx=0,screeny=0,top="+ toppos +",left="+ leftpos +",dependent=yes,toolbar=no,width=" + w + ",height=" + h + ",directories=no,status=no,scrollbars=no,resizable=yes,menubar=no"; winInfo=window.open(target,"PopupLadival",paras); //----> Fensterfocus setzten winInfo.focus(); }; flash = false; if ((navigator.plugins) && (navigator.plugins.length > 0)) { for (a = 0; a < navigator.plugins.length; a++) { if ((navigator.plugins[a].name.indexOf('Flash') != -1) && (parseInt(navigator.plugins[a].name) >= 4)) { flash = true; break; } } } if ((navigator.mimeTypes) && (navigator.mimeTypes.length > 0)) { for (a = 0; a < navigator.mimeTypes.length; a++) { if (navigator.mimeTypes[a].type.indexOf("application/x-shockwave-flash")>= 0) { flash = true; } } }