<!--
function JT_ShowHideRacourcis(Shorcut, Flag) {
if (loadPage) return '';
var tmpID=Shorcut;
JT_SwapImageOut();
clearTimeout(MenuTimer);
clearTimeout(SousMenuTimer);
if (MenuOverID!=""){MM_showHideLayers(MenuOverID,'','hide');}
if (SousMenuOverID!=""){MM_showHideLayers(SousMenuOverID,'','hide');}
MenuCheck=1;
MenuOverID="sousmenu"+tmpID;
var imgRname="menuRacourcis"+Shorcut;
var imgRnameObj=MM_findObj(imgRname);
var menuRname=MM_findObj(MenuOverID);
var posR =getXYcoord(imgRnameObj);
testScrollAccueil=MM_findObj("newScroll");
menuRname.style.left=posR[0]+'px';
menuRname.style.top=(posR[1]+50)+'px';
MM_showHideLayers(MenuOverID,'','show');
timerGlobal=200;
MenuTimer=setTimeout("JT_checklayer(MenuOverID)", 200);
}
function OuvrirGaleriePhotos(){
var theWindow = window.open("galerie/index.php",'popup','toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=800,height=600');
theWindow.focus();
}
 -->