<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // 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="#C0C0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#00FFFF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#66CCCC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE 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"] //create header
ssmItems[1]=["Forum Login", "http://ctechwebhosting.co.uk/ucp.php?mode=login", ""]
ssmItems[2]=["Register", "http://ctechwebhosting.co.uk/ucp.php?mode=register",""]
ssmItems[3]=["New Member FAQ", "http://ctechwebhosting.co.uk/viewtopic.php?f=2&t=2", ""]
ssmItems[4]=["Forum Conduct", "http://ctechwebhosting.co.uk/viewtopic.php?f=2&t=3", ""]
ssmItems[5]=["Link To Us", "http://www.theperformancecarclub.co.uk", ""]
ssmItems[6]=["Valentine & Co", "http://www.valentineswax.com", ""]
ssmItems[7]=["Pipercross", "http://www.pipercross.net", ""]
ssmItems[8]=["FAQ", "http://ctechwebhosting.co.uk/faq.php", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:info@theperformancecarclub.co.uk/Club Response", "",1]



buildMenu();

//-->