<!--

/*
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=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="black";
hdrBGColor="00FF00";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="FF0033";
linkOverBGColor="#AA0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="00FF00";
barVAlign="center";
barWidth=25; // no quotes!!
barText="SIDE 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]=["Home Page", "http://www.twopedals.co.uk", ""]
ssmItems[2]=["About 2 Pedals", "./about.htm",""]
ssmItems[3]=["Areas Covered", "./area.htm", ""]
ssmItems[4]=["How Much?", "./howmuch.htm", ""]
ssmItems[5]=["Testimonials", "./testimonials.htm", ""]
ssmItems[6]=["Pass Plus/Refresher", "./passplus.htm", ""]

ssmItems[7]=["Email", "mailto:mike@twopedals.co.uk", "",]

ssmItems[8]=["Useful Links", "", ""] //create header
ssmItems[9]=["DSA (to book your test)", "http://www.dsa.gov.uk/", "_new"]
ssmItems[10]=["Pass Plus", "http://www.passplus.org.uk/", "_new"]
ssmItems[11]=["Think Road Safety", "http://www.thinkroadsafety.gov.uk/", "_new"]

buildMenu();

//-->
