// anti clic droit

function ejs_nodroit()
 	{
 	return(false);
 	}
document.oncontextmenu = ejs_nodroit;