/* Popup détails */
function popupDetails(a){
	//alert("En cours de réalisation.");
	ww=900; 
	hh=320;
	sw=Math.round((screen.width-ww)/2);
	sh=Math.round((screen.height-hh)/2);
	var popUpDetail = open("detail-mannequin.php?id="+a,"detail","width=900,height="+hh+",toolbar=no,scrollbars=yes,resizable=yes,top="+sh+",left="+sw);
}
/* Popup image centré + lien fermer */
function PopupImage(img) {
	titre="Agrandissement";
	w=open("popup-agrandissement.php?img="+img,"image","width=400,height=400,toolbar=no,scrollbars=no,resizable=no,top=0,left=0");
	w.document.close();
}
