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=100 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#006600";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="#006600";
hdrAlign="center";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_self";
linkAlign="Left";
barBGColor="#006600";
//barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barText='Navigation'; // <IMG> tag supported. Put exact html for an image to show.
'<IMG SRC="boot.bmp" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
addHdr("Menu","")
addItem("Home","main.htm","")
addItem("Fixtures","fixtures.htm","")
addItem("Results","results.htm","")
addItem("Location","location.htm","")
addItem("Off Season","season.htm","")
addItem("Images","pictures.htm","")
addItem("Sponsors","sponsors.htm","")
addItem("History","history.htm","")
addItem("Contact me","contact.htm","")

//addItem("Follow me")

// final step that builds the menu
buildMenu();