function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "The Forrestal Group", "The Forrestal Group",  null, null);
	menu.addItem("newsid", "News Sites", "News Sites",  null, null);
	menu.addItem("downloadid", "Downloads", "Downloads",  null, null);
	menu.addItem("searchengineid", "Resources", "Search Engines",  null, null);
	
	menu.addSubItem("webmasterid", "Home", "The Forrestal Group",  "http://www.forrestal.net/");menu.addSubItem("webmasterid", "Environmental Division", "",  "http://www.forrestal.net/enviro");
	menu.addSubItem("webmasterid", "Appraisal Division", "",  "http://www.forrestal.net/appraisers/index.html");
	menu.addSubItem("webmasterid", "Tax Advisory Division", "",  "http://www.forrestal.net/IMPTA/imta.html");
	menu.addSubItem("webmasterid", "Business Builder", "Build Your Business",  "http://www.forrestal.net/business_builder.htm");
	menu.addSubItem("webmasterid", "Order Service", "Online Order Service",  "http://www.forrestal.net/order_form.htm");
	menu.addSubItem("webmasterid", "Ask A Question", "",  "mailto:thegroup@forrestal.net?Subject= RE: Ask A Question");
	menu.addSubItem("webmasterid", "Strategic Alliance", "",  "http://www.forrestal.net/alliance.htm");

	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("downloadid", "The Free Site", "Dynamic Drive",  "http://www.thefreesite.com/");
	menu.addSubItem("downloadid", "Download.com", "Download.com",  "http://download.com/");
      menu.addSubItem("downloadid", "Jumbo", "Jumbo",  "http://www.jumbo.com/");
	menu.addSubItem("downloadid", "Tucows", "Tucows",  "http://tucows.com/");
      menu.addSubItem("downloadid", "Hotfiles.com", "WinFiles.com",  "http://www.zdnet.com/downloads/");

	menu.addSubItem("searchengineid", "Technical Resources", "Yahoo",  "http://www.forrestal.net/technical_capabilities.htm");
	menu.addSubItem("searchengineid", "Research Resources", "Infoseek",  "http://www.forrestal.net/research_resources.htm");
	menu.addSubItem("searchengineid", "Online Order Service", "Excite", "http://www.forrestal.net/order_form.htm");
	menu.addSubItem("searchengineid", "Special Links", "HotBot",  "http://www.forrestal.net/special_links.htm");

	
	menu.showMenu();
}
