<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=100; // no quotes!!
staticYOffset=30; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=300; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="Red";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SITE 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("Menu");
addItem("Sitemap", "http://www.dectweb.com/Sitemap.htm", "", 1, "no") //create new column row;);
addItem("News", "http://www.dectweb.com/News&Views/News&Views.htm", "", 1);
addItem("Message Board", "http://dectweb.master.com", "");
addItem("DECT Products", "http://www.dectweb.com/Products/products.htm", "");
addItem("Create New Products", "http://www.dectweb.com/CreatingProducts/create_products.htm", "");
addItem("Standards & Regulations", "http://www.dectweb.com/Standards&Regs/Standards&Regs.htm", "");
addItem("Learning Zone", "http://www.dectweb.com/LearningZone/LearningZone.htm", "");
addItem("Company Directory", "http://www.dectweb.com/companydirectory.htm", "");
addItem("Add Your Company", "http://www.thewirelessdirectory/dectwebaddons/companyaddform.htm", "");
addItem("Become a Sponsor", "http://www.dectweb.com/AboutDECTweb/Sponsorship.htm", "");
addItem("Tell a friend", "mailto:", "");
addItem("Bookmark this Site!", "javascript:addbookmark()", "");
addItem("FAQ", "http://www.dectweb.com/AboutDECTweb/SiteFAQ.htm", "", 1, "no") //create new column row;
addItem("Contact Us", "mailto:walter.tuttlebee@dectweb.com", "", 1);
addItem("Site Search", "http://www.dectweb.com/News&Views/SiteSearch.htm", "", 1, "no") //create new column row;
addItem("Join (free)", "http://www.dectweb.com/AboutDECTweb/Subscribe.htm", "", 1);
addItem("About DECTweb", "http://www.dectweb.com/AboutDECTweb/About.htm", "");
addHdr("Other Links");
addItem("The Wireless Directory", "http://www.thewirelessdirectory.com", "_new");
buildMenu();
//-->