<!--
		function position(p){
			position_x = (navigator.appName.indexOf("Netscape")> -1)? p.pageX : event.clientX+document.body.scrollLeft;
			position_y = (navigator.appName.indexOf("Netscape")> -1) ? p.pageY : event.clientY+document.body.scrollTop;
		}
		function Om()
		{
			document.getElementById("menuClicDroit").style.top = position_y+"px";
			document.getElementById("menuClicDroit").style.left = position_x+"px";
			document.getElementById("menuClicDroit").style.visibility = "visible";
			return(false);
		}
		function Fm()
		{
			document.getElementById("menuClicDroit").style.visibility = "hidden";
		}
		function addFav()
		{
			if (document.all){
				window.external.AddFavorite(location.href, document.title);
			}else{
				alert("Vous pouvez faire CTRL + D pour ajouter aux favoris");
			}
		}
		function recommander(){
		window.open("http://www.sospronostics.com/index3.php","recommander","width=800,height=600,scrollbars=yes,status=no,resizable=yes");
		}
		if(navigator.appName.indexOf("Netscape")> -1) document.captureEvents(Event.MOUSEMOVE);

		//-->
