<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#cffccc";//"#FFFF99"
linkTarget="_top";
linkAlign="Left";
barBGColor="#170088";//"#444444"
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["Menu"] 
ssmItems[1]=["Accueuil", "site.htm", "_new"]
ssmItems[2]=["Le cheval en Calédonie", "cheval.htm","_new"]
ssmItems[3]=["Les Origines", "poulinieres.htm","_new"]
ssmItems[4]=["Nos Installations", "installations.htm","_new"]
ssmItems[5]=["Nos Ânes", "anes.htm","_new"]
ssmItems[6]=["Le Tourisme", "tourisme.htm","_new"]
ssmItems[7]=["L'Usine à sucre", "usinesucre.htm","_new"]
ssmItems[8]=["Un peu d'histoire", "histoire.htm","_new"]
ssmItems[9]=["Les courses d'antan", "courseshisto.htm","_new"]
ssmItems[10]=["L'usine à sucre", "usinesucre.htm","_new"]
ssmItems[11]=["Divers", "divers.htm","_new"]
ssmItems[12]=["Liens", "sitesamis.htm","_new"]
ssmItems[13]=["Contact", "contact.htm","_new"]
ssmItems[14]=["Guillaume", "guillaume.htm", "_new"]
ssmItems[15]=["Marion", "marion.htm", "_new"]
ssmItems[16]=["Menu"] 


buildMenu();

//-->

