<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=20; // no quotes!!
barWidth=18; // no quotes!!
XOffset=20; // no quotes!!
staticYOffset=20; // 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";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='MENU'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
addHdr("Glen Bowl &nbsp;Lanes", "");
addItem('Home', 'index.html', '')
addItem('Sunday', 'league/sunday.htm', '')
addItem('Monday', 'league/monday.htm', '')
addItem("Tuesday", 'league/tusday.htm',"")
addItem("Wednesday", 'league/wednesday.htm', "")
addItem("Thursday", 'league/thursday.htm', "")
addItem("Friday", 'league/friday.htm', "")
addItem("Saturday", 'league/saturday.htm', "")
addItem("Tournaments", 'turn.html',  "")
addItem("Shopping", "other/sportshop.htm", "")
addItem("Partys", "specal/parties.htm", "", 1, "no")
addItem("Specials", "spe.html", "",1)
addItem("Final Avg", "board.html", "")
// final step that builds the menu
buildMenu();

//-->



