//pop-up window open
function w(url, t, l, w, h)
{
	window.open(url, "popup", "top=" + t + ",left=" + l + ",status=no,scrollbars=yes,width=" + w + ",height=" + h);
}

// open window
function Sesame(page,target,larg,haut,scraul,agrandir,foc){
	var posXpop = (screen.availWidth-larg)/2;
	var posYpop = (screen.availHeight-haut)/2;
	param = "width="+larg+",height="+haut+",left="+posXpop+",top="+posYpop+",scrollbars="+scraul+",resizable="+agrandir;
	popup = window.open(page,target,param);
	if(foc) popup.focus();
}
// fin open window

//ouverture popups marathonexpo
function SesameExpo(page){
	Sesame(page,"popupexpo",460,520,1,1,true);
}
//fin ouverture popups coureurs


