<!--


/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=60; // 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="99CCFF";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="#23238E";
hdrBGColor="99CCFF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="99CCFF";
linkOverBGColor="#23238E";
linkTarget="_top";
linkAlign="left";
barBGColor="99CCFF";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="#23238E";
barVAlign="center";
barWidth=20; // no quotes!!
barText='Website Navigator' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

addHdr("");
addItem("Home", "index.html", "");
addItem("Alexanders", "virgin.html", "");
addItem("Water", "water.html", "");
addItem("Orders", "order.html", "");
addItem("Bulk Orders", "bulk.html", "");
addItem("Contact", "contact.html", "");
addItem("About us", "about.html", "");





buildMenu();


//-->