var eg_width=850; var eg_height=500; var eg_bordercolor='#E4E4E4'; var eg_bgTitle='#e0dfe3'; //var eg_htmlfile='http://www.gagne-facile.com/leave.php'; var eg_htmlfile='/js/leave.html'; var eg_overlayurl='/img/fond.gif'; var eg_broughttoyoulink='http://henryzeng.com/?viral'; var eg_broughttoyoutext='Henry Zeng'; var eg_timeout=0; var eg_disable_scrollbar=false; var myWidth=0; var myHeight=0; var opened=false; var is_in=false; var egwind=null; var eg_overlay=null; var eg_x=100; var eg_y=100; var nrp=-1; var nrp_show=1; var autoclose=null; function sformat() { if(arguments.length==0) { return null } var str=arguments[0]; for(var i=1;i
[Fermer]"; xtext+=""; xtext+="
"; x.innerHTML=xtext; egwind=x; eg_overlay=document.getElementById('eg_overlay')}; function openWindow(){if(opened)return false; if(nrp%nrp_show!=0){opened=false; return false}opened=true; var x=egwind; x.style.top=eg_y+'px'; x.style.left=eg_x+'px'; x.style.display='block'; var y=eg_overlay; y.style.position='absolute'; y.style.top='0px'; y.style.left='0px'; y.style.width=document.body.scrollWidth+'px'; y.style.height=document.body.scrollHeight+'px'; y.style.zIndex='999999'; y.style.display='block'; y.style.background="url('"+eg_overlayurl+"')"; document.body.style.height='100%'; if(eg_disable_scrollbar)document.body.style.overflow='hidden'; if(eg_timeout>0){autoclose=setTimeout("closeWindow()",eg_timeout)}return false}; function closeWindow(){opened=false; egwind.style.display='none'; eg_overlay.style.display='none'; if(eg_disable_scrollbar)document.body.style.overflow='auto'; if(autoclose)clearTimeout(autoclose); return false};