function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Making Sites", "Building better Web sites",  null, null);
	menu.addItem("newsid", "News Sites", "News Sites",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Logins",  null, null);

	menu.addSubItem("webmasterid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("webmasterid", "Website Abstraction", "Website Abstraction",  "http://www.wsabstract.com/");
	menu.addSubItem("webmasterid", "Web Review", "Web Review",  "http://www.webreview.com/");
	menu.addSubItem("webmasterid", "Developer.com", "Developer.com",  "http://www.developer.com/");
	menu.addSubItem("webmasterid", "Freewarejava.com", "Freewarejava.com",  "http://www.freewarejava.com/");
	menu.addSubItem("webmasterid", "Web Monkey", "Web Monkey",  "http://www.webmonkey.com/");
	menu.addSubItem("webmasterid", "Jars", "Jars",  "http://www.jars.com/");
	menu.addSubItem("webmasterid", "Javascripts", "Tons of Javascripts",  "http://www.javascripts.com/");
	menu.addSubItem("webmasterid", "Intro DHTML Guide", "Intro DHTML Guide",  "http://members.tripod.com/~toolmandavid");
	menu.addSubItem("webmasterid", "HTML Reference", "Plenty-O-Tags",  "http://utopia.knoware.nl/users/schluter/doc/tags/index.html");

        menu.addSubItem("newsid", "WISH-TV", "Channel 8", "http://www.wishtv.com");
        menu.addSubItem("newsid", "WRTV-6", "Channel 6", "http://www.WRTV-6")
	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("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http://www.dynamicdrive.com/");
	menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/");
	menu.addSubItem("freedownloadid", "Jumbo", "Jumbo",  "http://www.jumbo.com/");
	menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/");
	menu.addSubItem("freedownloadid", "WinFiles.com", "WinFiles.com",  "http://winfiles.com/");

	menu.addSubItem("searchengineid", "Alta Vista", "Alta Vista",  "http://www.altavista.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "Lycos", "Lycos",  "http://www.lycos.com/");
	menu.addSubItem("searchengineid", "Northern Lignt", "NorthernLight",  "http://www.northernlight.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");

	menu.addSubItem("miscid", "ARx HTML/OS", "AccessRx HTML/OS",  "http://secure.express-today.com/cgi-bin/start.cgi/login.html");
	menu.addSubItem("miscid", "NMC HTML/OS", "Logs into NMC",  "http://viagra.au.com/cgi-bin/start.cgi/login.html");
	menu.addSubItem("miscid", "ARx TEST Directory", "Opens login to system upgrade under construction",  "http://secure.express-today.com/cgi-bin/start.cgi/test/login.htm");
	menu.addSubItem("miscid", "Developer Login", "Log into practice HTML/OS",  "http://gorelo.com/cgibin/start/login.html");
	menu.addSubItem("miscid", "Allindy HTML/OS", "Log into Allindy.com HTML/OS",  "http://allindy.com/cgibin/start/login.html");
	menu.addSubItem("miscid", "Domisite HTML/OS", "Log into Domisite",  "http://www.domisite.com/cgi-bin/start.cgi/login.html");
	menu.addSubItem("miscid", "Local HTML/OS", "Secondary machine login", "http://secondary/scripts/start.exe/login.html");
	menu.addSubItem("miscid", "Photos", "Commercial photography resource",  "http://allindy.com/n80photos.htm");

	menu.showMenu();
}