<!--
function nodroit(){
	return(false);
}
document.oncontextmenu = nodroit;
//-->