<!--

/*
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=30 // 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=1;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#3451A8";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#00FF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#00FF00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=18; // no quotes!!
barText="SLIDE MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////
var base_url = 'http://www.trisportclub.com/';
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["M E N U "] //create header
ssmItems[1]=["HOME", base_url+"index.php", ""]
ssmItems[2]=["KID'S TRIATHLON", base_url+"kids_triathlon/", ""]
ssmItems[3]=["TRAINING TIPS", base_url+"index.php?pid=tips", ""]
ssmItems[4]=["NEWSLETTER", base_url+"index.php?pid=newsletter", ""]
ssmItems[5]=["CALENDAR", base_url+"calendar/",""]
ssmItems[6]=["CLUB PHOTOS", base_url+"index.php?pid=photos", ""]
ssmItems[7]=["JOIN THE CLUB", base_url+"index.php?pid=join", ""]
ssmItems[8]=["SPONSORS", base_url+"index.php?pid=sponsors", ""]
ssmItems[9]=["OTHER LINKS", base_url+"index.php?pid=links", ""]
ssmItems[10]=["LOCAL WEATHER", base_url+"index.php?pid=weather", ""]
ssmItems[11]=["CONTACT US", base_url+"index.php?pid=contact", ""]
ssmItems[12]=[""]

buildMenu();

//-->