<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=120; // 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=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#550088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFDD00";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C12974";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=18; // no quotes!!
barText="MENU"; // <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]=["Atlas Aventure"] //create header
ssmItems[1]=["Accueil", "acc.php", "main"]
ssmItems[2]=["Renseignements pratiques", "rens.html","main"]
ssmItems[3]=["Programme", "prog.html", "main"]
ssmItems[4]=["Nordic Walking", "nord_walk.html", "main"]
ssmItems[5]=["Randonnées en France", "rando.html", "main"]
ssmItems[6]=["Canyoning", "canyo.html", "main"]
ssmItems[7]=["Maroc", "maroc.html", "main"]
ssmItems[8]=["Népal", "nepal.html", "main"]
ssmItems[9]=["Liens sympas", "lien.html", "main"] 
ssmItems[10]=["Actualités", "act.html", "main"]
ssmItems[11]=["Raids", "raids.html", "main"]
buildMenu();

//-->