/*message = "Institut d'Etudes Astrologiques - Copyright (c)";
			document.onmousedown = NoClic;
			if (ns4) {
				window.captureEvents(Event.MOUSEDOWN);
				window.onmousedown = NoClic;
			} 
			function NoClic(leclic) {
				if ((ns4 || ns6) && leclic.which > 1){
					alert(message);
					return false;
				} else if (ie4 && (event.button > 1)) {
					alert(message);
					return true;
				}
			} */
function frk(e) { return e && e.which && (e.which == 1) }
function ff(e) { return false }
document.onmousedown=frk;
window.onmousedown=frk;
document.ondragstart=ff;
document.oncontextmenu=ff;

