
// START HITS BANNERS COUNTER
tempsFermeture = 3;

function Debute(URL)
{
	propFenetre = "left=0,top=0,width=1,height=1";
	pub = window.open(URL, "pub", propFenetre);
	/*
	if (tempsFermeture)
		setTimeout("pub.close();", tempsFermeture * 100);
		*/
}
function pageBanner(URL)
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=780,height=570,left = 0,top = 0');");
}
function popUpDetails(page,largeur,hauteur,options)
{
	var top = (screen.height-hauteur) / 2;
	var left = (screen.width-largeur) / 2;
	window.open(page, "", "top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}

