<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=30; // no quotes!!
XOffset=0;
staticYOffset=40; // 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="";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=110; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText='<IMG SRC="bar.gif" width="25" height="310" BORDER="0" title=" Le 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]=["SOMMAIRE"] //create header
ssmItems[1]=["Accueil", "accueil.htm", "" ,onfocus="this.blur();"]
ssmItems[2]=["Fabrications", "fabrications.htm", ""]
ssmItems[3]=["Pièces", "pieces.htm", ""]
ssmItems[4]=["Thruxton", "menuthruxton.htm", ""]
ssmItems[5]=["Bonneville", "bonniestart.htm", ""]
ssmItems[6]=["BMW", "menubmw.htm", ""]
ssmItems[7]=["Norton", "nortonstart.htm", ""]
ssmItems[8]=["Racing", "racingindex.htm", ""]
ssmItems[9]=["Projets", "projets.htm", ""]
ssmItems[10]=["Galerie", "galerie.htm", ""]
ssmItems[11]=["Salons, bourses", "salons.htm", ""]
ssmItems[12]=["Presse", "presse.htm", ""]
ssmItems[13]=["Commander", "commande.htm", ""]
ssmItems[14]=["Contact", "contact.htm", ""]
ssmItems[15]=["", "nul.htm", ""]
ssmItems[16]=["Partenaires", "partenaires.htm", ""]
ssmItems[17]=["Mentions légales", "mentions.htm", ""]

buildMenu();

//-->