function ejs_nodroit()
	{
	alert('Copie interdite');
	return(false);
	}

document.oncontextmenu = ejs_nodroit;
