	function affichEconome(e){
			var div_flash = $(document.createElement("div"))
			div_flash.attr("class","flash_dynamique").prependTo("body"); 
			div_flash.attr("id","econome").prependTo("body"); 
			document.getElementById('econome').style.backgroundColor = "#00ffff";
			document.getElementById('econome').style.top = e.pageY+"px";
			document.getElementById('econome').style.left = e.pageX+"px";	
	}
	
	function showEconome(){
		jQuery("#econome").show();
		$().click(function(e){
		document.getElementById('econome').style.left= (e.pageX-30)+"px";
		document.getElementById('econome').style.top= (e.pageY-50)+"px";
		var div_trace = $(document.createElement("div"))
		div_trace.attr("class","trace_econome").prependTo("body"); 
		div_trace.attr("id","trace").prependTo("body"); 
		document.getElementById('trace').style.display = "block";
		document.getElementById('trace').style.top = e.pageY+"px";
		document.getElementById('trace').style.left = e.pageX+"px";	
		});
		$().mousemove(function(e){
			document.getElementById('econome').style.left= (e.pageX-30)+"px";
			document.getElementById('econome').style.top= (e.pageY-50)+"px";
		});
	}
	
	function hideEconome(){
		jQuery("#econome").hide();	
	}
	
	function afficheVideo(){
		jQuery("#patateswf").show();	
	}
	
	function cacheVideo(){
		jQuery("#patateswf").hide();	
	}
	
	/*function MakeHole1(){
			jQuery("#hole1").css("display","block"); 
	}
	
	function MakeHole2(){
			jQuery("#hole2").css("display","block"); 
	}
	
	function MakeHole3(){
			jQuery("#hole3").css("display","block"); 
	}
	
	function MoveOcemoch1(){
	$("#ocemoch").animate({ 
			marginTop: 380,
			marginLeft: 100,
	 }, 50 );
	}
	
	function MoveOcemoch2(){
		$("#ocemoch").animate({ 
				marginTop: 180,
				marginLeft: 520,
		 }, 50 );
	}
	
	function MoveOcemoch3(){
		$("#ocemoch").animate({ 
				marginTop: -10,
				marginLeft: -10,
		 }, 50 );
	}
	
	function MoveOcemoch4(){
		$("#ocemoch").animate({ 
				marginTop: 450,
				marginLeft: 640,
		 }, 50 );
	}
	
	function MoveOcemoch5(){
		$("#ocemoch").animate({ 
				marginTop: 170,
				marginLeft: 220,
		 }, 1000 );
	}*/
	
	function afficheOcebot(){
		jQuery("#ocemoch2").css("display","block"); 
	}
	
	function hideOcebot(){
		//jQuery("#ocemoch2").css("display","none"); 
	}

	