<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=236; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // 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=280; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana, arial, helvetica, sans-serif";
hdrFontSize="4";
hdrFontColor="#000000";
hdrBGColor="#FFFFFF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana, arial, helvetica, sans-serif";
linkFontSize="3";
linkBGColor="#FFFFFF";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="Verdana, arial, helvetica, sans-serif";
barFontSize="4";
barFontColor="YELLOW";
barVAlign="center";
barWidth=20; // 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]=["GONZALEZ MARTIAL ARTS"] //create header
ssmItems[1]=["HOME", "index.html"]
ssmItems[2]=["PICTURES", "en/html/pictures.html"]
ssmItems[3]=["ABOUT US", "en/html/aboutus.html"]
ssmItems[4]=["CONTACT US", "en/html/contactus.html"]
ssmItems[5]=["TESTIMONIES", "en/html/testimonies.html"]
ssmItems[6]=["DESCIPLINE", "en/html/descipline.html"]
ssmItems[7]=["TERMINOLOGY", "en/html/terminology.html"]
ssmItems[8]=["LINKs","en/html/links.html"]
buildMenu();

//-->