// JavaScript Document
function yaunclick() {
			alert('Attention, toute reproduction totale ou partielle de ce site est interdite.\nPour plus d\'informations, contactez soit le WebMaster, soit l\'un des gérants du parc.');
		//document.location.href="mailto:moi@monfai.com";
}

function noclick(scx) {
	if (navigator.appName == "Netscape" && scx.which == 3) {
		yaunclick();
		return false; 
	}
	if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
		yaunclick();
		return false; 
	}
}

document.onmousedown = noclick