\n'); } function getFlashMovieObject(movieName) { if (window.document[movieName]) { return window.document[movieName]; } if (navigator.appName.indexOf("Microsoft Internet")==-1) { if (document.embeds && document.embeds[movieName]) return document.embeds[movieName]; } else // if (navigator.appName.indexOf("Microsoft Internet")!=-1) { return document.getElementById(movieName); } } function call_result(site,kopf,menue,suchwort,css) { if(menue == 90){menue=10}; if(css == 9){css=9}; var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.pos',menue); flashMovie.TPlay('_root.call_free'); f1.location.href = 'contend_index.php?seite='+site+'&kopf='+kopf+'&suchwort='+suchwort+'&rahmen=r'+menue; } function PlayFlashMovie(site,menue) { f1.location.href = 'contend_index.html?'+site+menue; if(menue==11){menue=10}; var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.pos',menue); flashMovie.TPlay('_root.call_free'); } function PlayFlashMovie2(site,menue,kopf) { f1.location.href = 'contend_index.html?'+site+kopf; if(menue==11){menue=10}; var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.pos',menue); flashMovie.TPlay('_root.call_free'); } function PlayFlashReset(site,menue) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.callposition',menue); flashMovie.TPlay('_root.call'); f1.location.href = 'contend_index.html?'+site+menue; } function PlayFlashMovieFree(site,menue,bild_links,bild_oben) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.bild_oben',bild_oben); flashMovie.SetVariable('_root.bild_links',bild_links); flashMovie.SetVariable('_root.callposition',menue); flashMovie.TPlay('_root.call'); f1.location.href = 'contend_index.html?'+site+menue; } function PlayFlashMovieBildOben(bild_oben) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.bild_oben',bild_oben); flashMovie.TPlay('_root.call_bildoben'); } function PlayFlashMovieBildLinks(bild_links) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.bild_links',bild_links); flashMovie.TPlay('_root.call_bildlinks'); } function oben(bild_oben) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.bild_oben',bild_oben); flashMovie.TPlay('_root.call_bildoben'); } function links(bild_links) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.bild_links',bild_links); flashMovie.TPlay('_root.call_bildlinks'); } function call_seite_menue(site,menue) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.callposition',menue); flashMovie.TPlay('_root.call'); f1.location.href = 'contend_index.html?'+site+menue; } function call_site(site) { f1.contend.location.href = site; } function call_url_menue_kopf(site,kopf,menue) { var flashMovie=getFlashMovieObject("bg"); flashMovie.SetVariable('_root.pos',menue); flashMovie.TPlay('_root.call_free'); f1.head.location.href = '../../h'+kopf+'.html'; f1.contend.location.href = site; } //var timerID = Null; var winheight; function gehe() { winheight=document.body.clientHeight-30; if (winheight > 40){ // document.all.f1.style.height=document.body.clientHeight-200; // document.all.f2.style.height=document.body.clientHeight-252; // document.getElementById("f1").style.height=document.body.clientHeight-200; document.getElementById("f2").style.height=document.body.clientHeight-250; } timerID=setTimeout("gehe()",10); } function sniffer(){ var x=0; if(document.all && !document.getElementById ){x=1}; if( window.clipboardData && document.compatMode ){x=1}; if( window.clipboardData ){x=1}; if (x==0) { // document.all.f1.style.left=236; // document.all.f2.style.left=770; document.getElementById("f1").style.left=224; document.getElementById("f2").style.left=763; } } function getcookie(){ var Wert = ""; if (document.cookie) { cookie_wert = document.cookie; }else{cookie_wert = 1} } getcookie(); function startquiz() { if (screen.availWidth > 1000){ var q_breite = 700; var q_hoehe= 550; var q_leftPos = (eval(screen.availWidth)-q_breite)/2; var q_topPos = (eval(screen.availHeight)-q_hoehe)/2; }else{ var q_breite = eval(screen.availWidth); var q_hoehe= eval(screen.availHeight); var q_leftPos = 0; var q_topPos = 0; } window.open('http://www.schloesser.de/quiz2009/quiz.html','','width='+q_breite+',height='+q_hoehe+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,top=' + q_topPos + ',left=' + q_leftPos + ''); }