<!--

/*
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=250; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
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="#363636";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="25";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#666666";
linkOverBGColor="#3B9093";
linkTarget="_top";
linkAlign="Left";
barBGColor="#3B9093";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=30; // no quotes!!
barText="TMS SERVICES"; // <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]=["Service Menu"] //create header
ssmItems[1]=["All Services", "allservices.html", "cwin"]
ssmItems[2]=["Dyno Services", "dynoservices.html", "cwin"]
ssmItems[3]=["LS1 Tune and upgrade", "ls1tuning.html", "cwin"]
ssmItems[4]=["Events", "local-events.htm", "cwin"]
ssmItems[5]=["Contact", "contactus.html", "cwin"]
ssmItems[6]=["Links", "linkspage.html", "cwin"]
ssmItems[7]=["HSV", "http://www.hsv.com.au", "cwin", 1, "no"] //create two column row
ssmItems[8]=["FPV", "http://www.fpv.com.au", "cwin",1]

buildMenu();

//-->
