

// actualisation du flash avec une nouvelle galerie
function GalleryRefresh(xmlPath) {
	var so = new SWFObject("img/diapo-galerie.swf", "diapo", "301", "450", "7", "#322F2F");
	so.addVariable("base", "img/");		
	so.addVariable("xmlPath", xmlPath);
	so.addParam("menu", "false");
	so.write("diapo-right");	
}



// Pop up
function mentions () {
	var myUrl = "mentions.htm";
	var W = 376;
	var H = 400;
	newWin = window.open(myUrl,'newPop','top=0,left=0,width='+W+',height='+H+',scrollbars=yes, resizable=yes, status=yes');
	newWin.focus();
}

// Pop up
function PopUp (myUrl, W, H) {
	newWin = window.open(myUrl,'newPop','top=0,left=0,width='+W+',height='+H+',scrollbars=no, resizable=yes, status=yes');
	newWin.focus();
}

