<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // 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="2";
hdrFontColor="white";
hdrBGColor="#D6004A";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#00319C";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="White";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SEAWISE 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]=["About Us", "index.html", ""]
ssmItems[2]=["Contact Us", "conus.html",""]
ssmItems[3]=["Terms & Conditions", "terms.html",""]
ssmItems[4]=["Powerboat Courses",]
ssmItems[5]=["Introductionary Course", "level1.html", ""]
ssmItems[6]=["N.P.C. Course", "nbc.html", ""]
ssmItems[7]=["Intermediate Course", "ic2a.html", ""]
ssmItems[8]=["Direct Assessment", "da.html", ""]
ssmItems[9]=["Safety Boat Course", "sbc.html", ""]
ssmItems[10]=["Advanced Course", "apc.html", ""]
ssmItems[11]=["Radio Courses",]
ssmItems[12]=["VHF Radio", "radio.html", ""]
ssmItems[13]=["External Links",] //create header
ssmItems[14]=["Powerboat Training UK", "http://www.powerboat-training.co.uk", ""]
ssmItems[15]=["RYA", "http://www.rya.org.uk", ""]

buildMenu();

//-->