function PopUp2(URL,WIDTH,HEIGHT)
{
	options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30, scrollbars=no,resizable=no,width=1,height=1"
	Box = window.open (URL,"Windows",options)
	Box.close()
	options="toolbar=no,location=no,directories=no,status=no,menubar=no,top=20,left=30, scrollbars=no,resizable=no,width="+WIDTH+",height="+HEIGHT
	Box = window.open (URL,"Windows",options)
	Box.focus()
}
function openWin(url, largeur, hauteur ,param, nom) {
	if(document.all) { 
		var x = (screen.width-largeur)/2;
		var y = (screen.height-hauteur)/2; 
	}else {
		 var x=100; var y=100; 
	}
	window.open(url,nom,param+(param!="" ? "," : "")+"width="+largeur+",height="+hauteur+",left="+x+",top="+y);
}
function verifBloqueur(){
	var IESP2 = false;
	IESP2 = (window.navigator.userAgent.indexOf("SV1") != -1);
	if (IESP2)
	  {
	  	alert("Pour imprimer nos coupons, vérifier que votre bloqueur de popup soit désactivé");
	  }
	else
	  {
	  // Le visiteur utilise un autre navigateur
	  }
}
function mesure(_MesurePro, _page)
{
	scr_w = screen.width;
	scr_h = screen.height;
	color = screen.colorDepth;
	ref = escape(window.document.referrer);

	document.write("<IMG src='http://noeinteractive.stats-pro.com/stats/caro/marqueur.pl/"+ "?page="+ _page+ "&n="+ Math.round (Math.random () * 1000000000000000)+ "&reso_w="+ scr_w+ "&reso_h="+ scr_h+ "&color="+ color+ "&referer="+ ref+"' border=0>");
}