
	function fermeture_promo()
		{
			document.getElementById("promo").style.display = "none";
		}

	function popup($url)
		{
			window.open( $url, $url, "status = 1, height = 600, width = 1024, resizable = 0" );
		}