<!--

<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=150; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=3; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#999999";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#B0C4DE";
linkOverBGColor="#FFFFFF";
linkTarget="_main";
linkAlign="left";
barBGColor="#8C8AB5";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText='MENU' // <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("L.V.W. LINKS");
addItem("Home", "index.htm", "");
addItem("About Us", "aboutus.htm", "");
addItem("News", "news.htm", "");
addItem("Schedule", "schedule.htm", "");
//addItem("Sponsors", "sponsors.htm", "");
//addItem("Local Links", "links.htm", "");
//addItem("Photos", "photos.htm", "");
//addItem("Coaches Corner", "coach.htm", "");
//addItem("Guestbook", "fsguest.html", "");
addItem("Contact Us", "mailto:robertahatfield@cox.net", "");
addItem("Webmaster", "mailto:rimajo58@cox.net", "");

buildMenu();

//-->

//-->