function passe(x)
{ if (x.value>""){pas.style.display="block";} else {pas.style.display="none";}}
document.oncontextmenu = none;
hidestatus;
function hidestatus(){window.status='';return true;}
function none(){ return false; }
function stopError(){return true;} 
window.onerror=stopError;
//function selection(e) { return false; }
function clic() { return true; } 
//document.onselectstart=new Function ("return false");
if (window.sidebar) 
{
  //document.onmousedown=selection;
  document.onclick=clic;
}