<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0A51A1";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#E1F5FE";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC0001";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="> ENCORE PLUS >"; // <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]=["&Agrave; Savoir..."] //create header
ssmItems[1]=["Informations n&eacute;cessaires pour enregistrer votre v&eacute;lo", "http://veloretour.ca/index.php?lang=fr&action=10", "_self"]

ssmItems[2]=["Affichez-Nous"]
ssmItems[3]=["Logo & Banni&egrave;res", "http://veloretour.ca/index.php?lang=fr&action=11", "_self"]
ssmItems[4]=["Affiche", "http://veloretour.ca/index.php?lang=fr&action=12", "_self"]

ssmItems[5]=["Liens Rapides",]
ssmItems[6]=["Nous Contacter", "https://veloretour.ca/index.php?lang=fr&action=8", "_self"]
ssmItems[7]=["Inscription", "https://veloretour.ca/index.php?lang=fr&action=2", "_self"]
ssmItems[8]=["&Eacute;v&egrave;nements", "http://veloretour.ca/index.php?lang=fr&action=6", "_self"]
ssmItems[9]=["Liens", "http://veloretour.ca/index.php?lang=fr&action=7", "_self"]

//ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["JavaScript Kit", "http://www.javascriptkit.com", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();

//-->
