//Affiche image magasin selon l'id du magasin
function displayHeaderCentreImg(id_centre)
{
	var magPath = "/img/Agences/";
	var imgName = "HEADER_HOME_".concat(id_centre).concat(".jpg");
	var fullPath = magPath.concat(imgName);
	document.write("<img src="+fullPath+">"); 
}

//Affiche image magasin par defaut
function displayHeaderDefaultCentreSWF(swfRelativefPath,width,height,flashvars,params,attributes)
{
	swfobject.embedSWF(swfRelativefPath,"header-flash",width,height, "9.0.0", "/js/lib/swfobject/expressInstall.swf", flashvars, params, attributes);
}