function noClicDroit(){
	alert("Copyright - DROIT RESERVE");
	return false;
}
document.oncontextmenu = noClicDroit;
