<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // 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="black";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF0000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Site 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
 //create header
ssmItems[0]=["Kung Fu", "http://www.futgar.org.nz/kungfu.htm", "_main"]
ssmItems[1]=["Qi Gung", "http://www.futgar.org.nz/internal.htm","_main"]
ssmItems[2]=["Tai Chi", "http://www.futgar.org.nz/taichi.htm", "_main"]
ssmItems[3]=["Contact", "http://www.futgar.org.nz/jmail/kfform.asp", "_main"]
ssmItems[4]=["About Fut Gar", "http://www.futgar.org.nz/about.htm", "_main"]
ssmItems[5]=["History", "http://www.futgar.org.nz/history.htm", "_main"]
ssmItems[6]=["About Tai Chi", "http://www.futgar.org.nz/about_taichi.htm", "_main"]
ssmItems[7]=["Links", "http://www.futgar.org.nz/links.htm", "_main"]
ssmItems[8]=["Home", "http://www.futgar.org.nz", ""]
buildMenu();

//-->