//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("landinfoid", "Land Info Sites", "Land Info Sites",  null, null);
	menu.addItem("newsid", "News Sites", "News Sites",  null, null);
	menu.addItem("mlsaccessid", "MLS Access", "MLS Access",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("landinfoid", "Land Info Now", "Land Info Now",  "http://www.landinfonow.com/");
	menu.addSubItem("landinfoid", "Coldwell Banker Commercial", "Coldwell Banker Commercial",  "http://www.coldwellbankercommercial.com/");
	menu.addSubItem("landinfoid", "LoopNet Commercial Real Estate Listing Service", "LoopNet Commercial Real Estate Listing Service",  "http://www.loopnet.com/");
	menu.addSubItem("landinfoid", "CoStar Realty Information Group, Inc.", "CoStar Realty Information Group, Inc.",  "http://www.costargroup.com/");
	menu.addSubItem("landinfoid", "PikeNet Directory of Commercial Real Estate", "PikeNet Directory of Commercial Real Estate",  "http://www.pikenet.com/");
	menu.addSubItem("landinfoid", "CCIMNET Commercial Property Network", "CCIMNET Commercial Property Network",  "http://www.ccimnet.com/");
	menu.addSubItem("landinfoid", "FreddieMac: Property Search", "FreddieMac: Property Search",  "http://www.freddiemac.com/");
	menu.addSubItem("landinfoid", "Welcome to Fannie Mae", "Welcome to Fannie Mae",  "http://www.fanniemae.com/");


	menu.addSubItem("newsid", "CNN", "CNN",  "http://www.cnn.com", "");
	menu.addSubItem("newsid", "ABC News", "ABC News",  "http://www.abcnews.com", "");
	menu.addSubItem("newsid", "MSNBC", "MSNBC",  "http://www.msnbc.com", "");
	menu.addSubItem("newsid", "CBS news", "CBS News",  "http://www.cbsnews.com", "");
	menu.addSubItem("newsid", "News.com", "News.com",  "http://news.com", "");
	menu.addSubItem("newsid", "Wired News", "Wired News",  "http://www.wired.com", "");
	menu.addSubItem("newsid", "TechWeb", "TechWeb",  "http://www.techweb.com", "");

	menu.addSubItem("mlsaccessid", "Greater AV Assoc. of Realtors", "Greater AV Assoc. of Realtors", http://avrealestate.rapmls.com/scripts/mgrqispi.dll?APPNAME=Gavar&PRGNAME=MLSLogin&ARGUMENT=w34PXZ%2BJJRJR9m6nyrWoIEimaIdvc8vl/);

	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com", "");

	menu.addSubItem("miscid", "Cnet", "Cnet",  "http://www.cnet.com/", "");
	menu.addSubItem("miscid", "RealAudio", "RealAudio",  "http://www.realaudio.com/", "");
	menu.addSubItem("miscid", "MP3.com", "MP3.com",  "http://www.mp3.com/", "");

	menu.showMenu();
}


