<!--

/*
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]=["Home", "http://www.recorder.ca/tisspiratestcc/INDEX.htm", ""]
ssmItems[2]=["HK Site", "http://www.recorder.ca/tisspiratestcc/hk.htm",""]
ssmItems[3]=["History", "http://www.recorder.ca/tisspiratestcc/history.htm", ""]
ssmItems[4]=["Facilities", "http://www.recorder.ca/tisspiratestcc/facilities2.htm", ""]
ssmItems[5]=["Championships", "http://www.recorder.ca/tisspiratestcc/championships.htm", ""]
ssmItems[6]=["Results", "http://www.recorder.ca/tisspiratestcc/records2.htm", ""]
ssmItems[7]=["Potential Pirates", "http://www.recorder.ca/tisspiratestcc/potpir.htm", ""]
ssmItems[8]=["Coaches", "http://www.recorder.ca/tisspiratestcc/coaches.htm", ""]
ssmItems[9]=["Cross Country Team", "http://www.recorder.ca/tisspiratestcc/xc/index.htm", ""]
ssmItems[10]=["Jumps Page", "http://www.recorder.ca/tisspiratestcc/jumps.htm", ""]
ssmItems[11]=["Distance", "http://www.recorder.ca/tisspiratestcc/distance.htm", ""]
ssmItems[12]=["Sprints/Relays", "http://www.recorder.ca/tisspiratestcc/sprints.htm", ""]
ssmItems[13]=["Air Force/Hurdles", "http://www.recorder.ca/tisspiratestcc/airforce.htm", ""]
ssmItems[14]=["Throws", "http://www.recorder.ca/tisspiratestcc/throws.htm", ""]
ssmItems[15]=["Contact", "http://www.recorder.ca/tisspiratestcc/contact.htm", ""]
buildMenu();

//-->