<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=300; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // 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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0080C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#0080C0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0080C0";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText='<IMG SRC="../menusidesm.JPG" 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]=["Pictures Menu"] //create header
ssmItems[1]=["Friday", "../fri/friday.htm", ""]
ssmItems[2]=["Saturday Day", "../satd/satd.htm",""]
ssmItems[3]=["Saturday Night", "../satn/satn.htm", ""]
ssmItems[4]=["Sunday", "../sun/sun.htm", ""]
ssmItems[5]=["Pictures Home", "../pics.htm", ""]

ssmItems[6]=["HOME"] //create two column row
ssmItems[7]=["Hukilau Home", "../../../index.htm", ""]

buildMenu();

//-->