var ie=document.allvar dom=document.getElementByIdvar ns4=document.layersvar thetitle=window.parent.window.document.titlefunction initbox(){if (!dom&&!ie&&!ns4)returncrossobj=(dom)?document.getElementById("dropin").style : (ie)? document.all.dropin : document.dropinscroll_top=(ie)? document.body.scrollTop : window.pageYOffsetcrossobj.top=scroll_top-200crossobj.width=(ie)?(screen.width-21) : "100%"crossobj.height="100%"crossobj.visibility=(dom||ie)? "visible" : "show";window.parent.window.document.title='Site de l\'encyclopédie Quid';dropstart=setInterval("dropin()",15)}function dropin(){scroll_top=(ie)? document.body.scrollTop : window.pageYOffsetif (parseInt(crossobj.top)<scroll_top)crossobj.top=parseInt(crossobj.top)+20else{clearInterval(dropstart)window.dropi.location.href = 'http://www.quid.fr/';}}function dismissbox(){window.parent.window.document.title=thetitle;dropend=setInterval("dropout()",15)}function dropout(){if (parseInt(crossobj.top)>-screen.height) {crossobj.top=parseInt(crossobj.top)-20 } else {clearInterval(dropend)window.dropi.location.href = '';crossobj.visibility="hidden";}}
