<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=25; // no quotes!!
XOffset=0;
staticYOffset=10; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="bas";
linkAlign="Left";
barBGColor="#007262";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=21; // no quotes!!
barText="MENU - Cliquez pour ouvrir"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Bienvenue"] //create header
ssmItems[1]=["Bienvenue...............", "http://lamec.info/sanctuaires/Web/nouveau/accueil.html", ""]
ssmItems[2]=["Le pèlerinage......", "http://lamec.info/sanctuaires/Web/nouveau/chartre.html", ""]
ssmItems[3]=["Historique...............", "http://lamec.info/sanctuaires/Web/nouveau/historique.html",""]
ssmItems[4]=[""] //create header
ssmItems[5]=["Montréal-Ste-Anne...", "http://lamec.info/sanctuaires/Web/nouveau/Itineraires.html", ""]
ssmItems[6]=[">Départs disponibles", "http://lamec.info/sanctuaires/MtlSteA/calendrier.htm",""]
ssmItems[7]=[""] //create header
ssmItems[8]=["Montréal.................", "http://lamec.info/sanctuaires/Web/nouveau/Montreal.html",""]
ssmItems[9]=[">Départs disponibles", "http://lamec.info/sanctuaires/Web/nouveau/CalendrierMtl.html",""]
ssmItems[10]=[""] //create header
ssmItems[11]=["Chemin des Navigateurs", "http://lamec.info/sanctuaires/Navigateurs/Navigateurs.html",""]
ssmItems[12]=[">Départs disponibles", "http://lamec.info/sanctuaires/Navigateurs/calendrierN.htm",""]
ssmItems[13]=["Généralités", "",""]
ssmItems[14]=["Statistiques............", "http://lamec.info/sanctuaires/Web/nouveau/statistiques.html", ""]
ssmItems[15]=["Album Photo...........", "http://lamec.info/sanctuaires/Web/nouveau/photo.html", ""]
ssmItems[16]=["Témoignages..........", "http://lamec.info/sanctuaires/Web/nouveau/temoignages.html", ""]
ssmItems[17]=["Foire Aux Questions", "http://lamec.info/sanctuaires/Web/nouveau/faq.html", ""]
ssmItems[18]=["Liens......................", "http://lamec.info/sanctuaires/Web/nouveau/liens.html", ""]
ssmItems[19]=["Événements............", "http://lamec.info/sanctuaires/Web/nouveau/conference.html", ""]
ssmItems[20]=["Contactez-nous.......", "http://lamec.info/sanctuaires/Web/nouveau/contacteznous.html", ""]
buildMenu();

//-->