function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Site Links", "Site Links",  null, null);
	menu.addItem("newsid", "News & Weather", "News & Weather",  null, null);
	menu.addItem("sportsid", "Sports", "Sports",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("freemailid", "Free E-Mail", "Free E-Mail",  null, null);
	menu.addItem("parid", "Parental Control", "Parental Control",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home",  "http://www.commplusis.net/");
	menu.addSubItem("webmasterid", "Services", "Services",  "http://www.commplusis.net/services.htm");
	menu.addSubItem("webmasterid", "Business & Community", "Business & Community",  "http://www.commplusis.net/business.htm");
	menu.addSubItem("webmasterid", "Classifieds", "Classifieds",  "http://www.commplusis.net/classified/");
	menu.addSubItem("webmasterid", "WEBMailer", "WEBMailer",  "http://www.commplusis.net/cgi-bin/webmail/checkmail.pl");
	menu.addSubItem("webmasterid", "What's New", "What's New",  "http://www.commplusis.net/support/news.htm");
	menu.addSubItem("webmasterid", "Support", "Support",  "http://www.commplusis.net/support/index.htm");
	menu.addSubItem("webmasterid", "E-Mail Us!", "E-Mail Us!",  "mailto:info@commplusis.net");

	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("newsid", "Weather", "Weather",  "http://www.wunderground.com/US/WI/Marshfield.html");
	menu.addSubItem("newsid", "Road Conditions", "Road Conditions",  "http://www.crh.noaa.gov/mpx/road.html");	

	menu.addSubItem("sportsid", "PGA", "PGA",  "http://www.pga.com");
	menu.addSubItem("sportsid", "USGA", "USGA",  "http://www.usga.com");
	menu.addSubItem("sportsid", "NFL", "NFL",  "http://www.nfl.com");
	menu.addSubItem("sportsid", "NBA", "NBA",  "http://www.nba.com");
	menu.addSubItem("sportsid", "WNBA", "WNBA",  "http://www.wnba.com");
	menu.addSubItem("sportsid", "PBA", "PBA",  "http://www.pba.com");
	menu.addSubItem("sportsid", "NASCAR", "NASCAR",  "http://www.nascar.com");
	menu.addSubItem("sportsid", "NHL", "NHL",  "http://www.nhl.com");
	menu.addSubItem("sportsid", "MLB", "MLB",  "http://espn.go.com/mlb/");
	
	menu.addSubItem("freedownloadid", "Internet Explorer", "Internet Explorer",  "http://www.microsoft.com/windows/ie/default.htm");
	menu.addSubItem("freedownloadid", "Zone Alarm Firewall", "Zone Alarm Firewall",  "http://www.zonelabs.com/store/content/company/products/znalm/freeDownload.jsp?lid=zadb_zadown");
	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", "C|Net", "C|Net",  "http://www.search.com/");
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");
	menu.addSubItem("searchengineid", "Webcrawler", "Webcrawler",  "http://www.webcrawler.com/");
	menu.addSubItem("searchengineid", "AltaVista", "AltaVista",  "http://www.altavista.com/");
	menu.addSubItem("searchengineid", "GO Network", "GO Network",  "http://www.go.com/");	
	menu.addSubItem("searchengineid", "Snap", "Snap",  "http://www.snap.com/");
	menu.addSubItem("searchengineid", "iwon", "iwon",  "http://www.iwon.com/");	
	menu.addSubItem("searchengineid", "Lycos", "Lycos",  "http://www.lycos.com/");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/");

	menu.addSubItem("freemailid", "Eudora", "Eudora",  "http://www.eudoramail.com/");
	menu.addSubItem("freemailid", "Hotmail", "Hotmail",  "http://www.hotmail.com/");	
	menu.addSubItem("freemailid", "Yahoo", "Yahoo",  "http://mail.yahoo.com/");
	menu.addSubItem("freemailid", "E-Mail.com", "E-Mail.com",  "http://www.email.com/login/snap/login.jhtml");
	menu.addSubItem("freemailid", "altavista", "altavista",  "http://tools.altavista.com/s?spage=t/Email.htm");
	menu.addSubItem("freemailid", "excite", "excite",  "http://reg.excite.com/mps/login?pname=mail&brand=xcit&targeturl=http%3A%2F%2Finbox.excite.com%2F");

	menu.addSubItem("parid", "Net Nanny", "Net Nanny",  "http://www.netnanny.com/");
	menu.addSubItem("parid", "Cyber Sitter", "Cyber Sitter",  "http://www.cybersitter.com/");
	menu.addSubItem("parid", "Surf Watch", "Surf Watch",  "http://www.surfwatch.com/");
	menu.addSubItem("parid", "Cyber Patrol", "Cyber Patrol",  "http://www.cyberpatrol.com/");
	menu.addSubItem("parid", "Safe Surf", "Safe Surf",  "http://www.safesurf.com/");

menu.showMenu();
}