<!-- DEBUT DU SCRIPT -->
function ejs_nodroit()
	{
	alert('Copyright Rev\'Home');
	return(false);
	}

document.oncontextmenu = ejs_nodroit;
<!-- FIN DU SCRIPT -->

<!-- Debut
function selection(e)
{ return false; }
function clic()
{ return true; } 
document.onselectstart=new Function ("return false");
if (window.sidebar) {
  document.onmousedown=selection;
  document.onclick=clic;
}
