<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=10; // 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=250; // Must be a multiple of 10! cell
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="black";
hdrBGColor="#66FFFF";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="5";
linkBGColor="white";
linkOverBGColor="#00FFFF";
linkTarget="_top";
linkAlign="center";
barBGColor="#66FFFF";
barFontFamily="Verdana";
barFontSize="0";
barFontColor="white";
barVAlign="center";
barWidth=50; // side menu image width
barText='<IMG SRC="buttons/menu.gif" 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]=["HUKILAU 2003"] //create header
ssmItems[1]=['<IMG SRC="buttons/maikaibutton.gif" BORDER="0">', "maikai.htm", ""]
ssmItems[2]=['<IMG SRC="buttons/schedule.gif" BORDER="0">', "schedule.htm", ""]
ssmItems[3]=['<IMG SRC="buttons/perform.gif" BORDER="0">', "perform.htm", ""]
ssmItems[4]=['<IMG SRC="buttons/more.gif" BORDER="0">', "more.htm", ""]
ssmItems[5]=['<IMG SRC="buttons/stuff.gif" BORDER="0">', "stuff.htm", ""]
ssmItems[6]=['<IMG SRC="buttons/about.gif" BORDER="0">', "about.htm", ""]
ssmItems[7]=['<IMG SRC="buttons/links.gif" BORDER="0">', "links.htm", ""]
ssmItems[8]=['<IMG SRC="buttons/pics.gif" BORDER="0">', "2003_pictures.htm", ""]
ssmItems[9]=["HUKILAU HOME", "../index.htm", ""]

buildMenu();

//-->