<!--
/*
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=40;
XOffset=25;
staticYOffset=40;
slideSpeed=15;
waitTime=400;
menuBGColor="black";
menuIsStatic="yes";
menuWidth=175;
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#A1A1FF";
hdrAlign="left";
hdrVAlign="center";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FFA1FF";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=18;
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("SolsticeWEB", 1, "");
addHdr("Net-Designs", 1, "");
addItem("Home", "index.htm", "", "", "");
addItem("News", "news.htm", "", "", "");
addItem("Products & Services", "products_n_services.htm", "", "", "");
addItem("   -    Domain Name Registration", "DomainNameReg.htm", "", "", "");
addItem("   -    Business Card Web Page", "BizCardwWebPagePromo.htm", "", "", "");
addItem("   -    Search Engine Submission", "SearchEngineSubmission.htm", "", "", "");
addItem("   -    Custom Web Site Design", "CustomWebSites.htm", "", "", "");
addItem("   -    Web Site Maintenance", "WebSiteMaintenance.htm", "", "", "");
addItem("Feedback", "feedback.htm", "", "", "");
addItem("Contents", "contents.htm", "", "", "");
addItem("Search", "search.htm", "", "", "");
//addHdr("The Place", 1, "no");
//addHdr("", 1, "");
//addHdr("Solstice Farm", 1, "no");
//addHdr("", 1, "");

// final step that builds the menu
buildMenu();

//-->

