<!--

/*
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=100; // 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="#FFFFFF";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="#660066";
linkOverBGColor="#B23AEE";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PIRATES"; // <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]=["Track & Field Home", "http://www.recorder.ca/tisspiratestcc/index.htm", ""]
ssmItems[2]=["HK Home", "http://www.recorder.ca/tisspiratestcc/hk.htm",""]
ssmItems[3]=["Directions", "http://www.recorder.ca/tisspiratestcc/directions.htm", ""]
ssmItems[4]=["Rules", "http://www.recorder.ca/tisspiratestcc/rules.htm", ""]
ssmItems[5]=["Past Results", http://www.recorder.ca/tisspiratestcc/pastresults2.htm", ""]
ssmItems[6]=["Facilities", "http://www.recorder.ca/tisspiratestcc/facilities.htm", ""]
ssmItems[7]=["Records", "http://www.recorder.ca/tisspiratestcc/records.htm", ""]
ssmItems[8]=["Friday Night Dance", "http://www.recorder.ca/tisspiratestcc/fridance.htm", ""]
ssmItems[9]=["Last Year's Participants", "http://www.recorder.ca/tisspiratestcc/lastyear.htm", ""]
buildMenu();

//-->
