
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=-2;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=40; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="white";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="top";
barWidth=12; // no quotes!!
barText="<IMG SRC='/common_files/sideMenu/tab.gif' width='12' height='185' border='0'>"; // <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]=["Upcoming Events"] //create header
ssmItems[1]=["Training Ideas", "/training/training-break.cfm",""]

ssmItems[2]=["Club Info", "", ""] //create header
ssmItems[3]=["FAQs", "/about/faq.cfm", ""]
ssmItems[4]=["Membership", "/members/", ""]

ssmItems[5]=["How to Join", "/membership/join.cfm", ""]
ssmItems[6]=["Instructors/Officers", "/about/instructors.cfm", ""]
ssmItems[7]=["Hall of Fame", "/about/hall_of_fame.cfm", ""]
ssmItems[8]=["Slideshows", "/slideshows/", ""]


ssmItems[9]=["Reference", "", ""] //create header
ssmItems[10]=["What is Taekwondo?", "/about/whatis.cfm", ""]
ssmItems[11]=["Poomse Handouts", "/library/", ""]
ssmItems[12]=["Training in Korea", "/korea/", ""]
ssmItems[13]=["Black Belt Test", "/training/dan-tests/", ""]
ssmItems[14]=["Suggested Links", "/links/", ""]

buildMenu();

//-->
