
function afficherMagasin(id){
	//window.alert("afficher magasin id:"+id);
	var swf = document.getElementById("zoneContenu");
	swf.afficherMagasin(id)
}

function afficherCollectionCategorie(id){
	//window.alert("afficher collection id:"+id);
	var swf = document.getElementById("zoneContenu");
	swf.afficherCollectionCategorie(id);
	
}

function afficherPromo(){
//	window.alert("afficher Promo");
	var swf = document.getElementById("zoneContenu");
	swf.afficherPromo();
}
