<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=135; // no quotes!!
XOffset=680;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=150; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#6E9554";
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="white";
hdrBGColor="#82A968";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#017ED1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#82A968";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=18; // no quotes!!
barText="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]=["Home", "index.htm", ""] //create header
ssmItems[1]=["Fitness & Training", "fitness.htm",""]
ssmItems[2]=["Group Fitness", "Group.htm", ""]
ssmItems[3]=["Squash", "squash.htm", ""]
ssmItems[4]=["Facilities", "facilities.htm", ""]
ssmItems[5]=["Trainers", "trainers.htm", ""]
ssmItems[6]=["Schedules", "schedules.htm", ""]
ssmItems[7]=["Membership", "join.htm", ""] 
ssmItems[8]=["ChildCare", "day_care.htm", ""]
ssmItems[9]=["Club News", "messages.htm", "", 1, "no"]
ssmItems[10]=["FAQs", "faq.htm", "",1]
ssmItems[11]=["Company", "About_Us.htm", "", 1, "no"] //create two column row
ssmItems[12]=["Contact", "contact.htm", "",1]
buildMenu();

//-->
