<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=50; // 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="#170088";
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.thewirelessdirectory.com/sitemap.htm", "", 1, "no") //create new column row;);
addItem("News", "http://www.thewirelessdirectory.com/News&Views/News&ViewsIndex.htm", "", 1);
addItem("Message Board", "http://www.thewirelessdirectory.master.com", "");
addItem("Bluetooth Products", "http://www.thewirelessdirectory.com/Bluetooth_Product/index.htm", "");
addItem("Create New Products", "http://www.thewirelessdirectory.com/Bluetooth_Development/index.htm", "");
addItem("Bluetooth Software", "http://www.thewirelessdirectory.com/Bluetooth_Software/index.htm", "");
addItem("Learning Zone", "http://www.thewirelessdirectory.com/Bluetooth_Overview/index.htm", "");
addItem("Company Directory", "http://www.thewirelessdirectory.com/CompanyDirectory.htm", "");
addItem("Add your Company", "http://www.thewirelessdirectory.com/News&Views/CompanyAddForm.htm", "");
addItem("Bluetooth Training", "http://www.link-spy.com/link.aspx?id=12199", "");
addItem("Find Industry Partners", "http://www.thewirelessdirectory.com/Scripts/PartnerPopop.htm", "");
addItem("About Bluetoothweb", "http://www.thewirelessdirectory.com/AboutBTW/aboutindex.htm", "");
addItem("FAQ", "http://www.thewirelessdirectory.com/AboutTDW/FAQ.htm", "", 1, "no") //create new column row;
addItem("Contact", "mailto:admin@thewirelessdirectory.com", "", 1);
addItem("Site Search", "http://www.thewirelessdirectory.com/News&Views/Search.htm", "", 1, "no") //create new column row;
addItem("Join (free)", "http://www.thewirelessdirectory.com/AboutBTW/Subscribe.htm", "", 1);
addHdr("Support the Site");
addItem("Online Partners", "http://www.thewirelessdirectory.com/AboutTDW/onlinepartners.htm", "");
addItem("Download Banners", "http://www.thewirelessdirectory.com/AboutTDW/download.htm", "");
addItem("Bookmark this Site!", "javascript:addbookmark()", "");
addItem("Promote you Company", "http://www.thewirelessdirectory.com/AboutTDW/sponsorship.htm", "");
addItem("Tell a friend", "http://www.thewirelessdirectory.com/cgi-bin/tellacolleague.pl", "");
addHdr("Other Links");
addItem("DECTweb", "http://www.dectweb.com", "_new");
buildMenu();
//-->
