// Disclaimer DHTML
// Copyright SexyTools.be 2008

function ScanCookie(variable)
{
 /*cook=document.cookie;
 variable+="=";
 place=cook.indexOf(variable,0);
 if(place<=-1) return("0");
 else
 {
  end=cook.indexOf(";",place)
  if(end<=-1) return(unescape(cook.substring(place+variable.length,cook.length)));
  else return(unescape(cook.substring(place+variable.length,end)));
 }*/
 return(0);
}
 
function Entrer()
{
 //document.cookie="popupok=oui;path=/;";
 //if(document.getElementById) document.getElementById("popup").style.display='none'
 //top.location.href=location.href;
 document.getElementById("popup").style.display='none';
}
  
function popuppub()
{
 document.getElementById("popup").style.display='block';

 //document.write('<style>embed,object,select,iframe { display:none; visibility:hidden }</style>');
}
