function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "SpreeMedia Portfolio", "SpreeMedia Portfolio",  null, null);
	menu.addItem("newsid", "News Media", "News Media",  null, null);
	menu.addItem("freedownloadid", "Free Resources", "Free Resources",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("webmasterid", "Negril Beach Online", "Negrilbeach.com",  "http://www.negrilbeach.com/");
	menu.addSubItem("webmasterid", "SpreeMedia", "SpreeMedia.com",  "http://www.spreemedia.com/index2.html");
	menu.addSubItem("webmasterid", "SpreePhotos", "SpreePhotos.com",  "http://www.spreephotos.com/");
	menu.addSubItem("webmasterid", "SpreePhotos Gallery", "SpreePhotos.com",  "http://www.spreephotos.com/index3.html");
	menu.addSubItem("webmasterid", "Curvy City USA", "CurvyCityUSA",  "http://www.curvycityusa.com/");
    menu.addSubItem("webmasterid", "LoveCove Models", "LoveCove.net",  "http://www.lovecove.net/");
    menu.addSubItem("webmasterid", "Soul Vendors Band", "SoulVendors.com",  "http://www.soulvendors.com/");
    menu.addSubItem("webmasterid", "Brian Atkinson", "BrianAtkinson.com",  "http://www.brianatkinson.com/");
    menu.addSubItem("webmasterid", "ReggaeModels Network", "ReggaeModelsNetwork.com",  "http://www.reggaemodelsnetwork.com/");
    menu.addSubItem("webmasterid", "A Williams Construction", "AWilliamsConstruction.com",  "http://www.awilliamsconstruction.com/");
    menu.addSubItem("webmasterid", "Una Clarke Associates", "UnaClarkeAssociates.com",  "http://www.unaclarkeassociates.com/");
    menu.addSubItem("webmasterid", "Your Photo Shoot", "Spreephotos.com",  "http://www.spreephotos.com/photoshoots.html");
	
	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", "USA Today", "USA Today",  "http://www.usatoday.com");
	menu.addSubItem("newsid", "ZDNet", "ZDNet",  "http://www.zdnet.com");
    menu.addSubItem("newsid", "Tech News", "Tech News",  "http://www.news.com");
		
	menu.addSubItem("freedownloadid", "Home Business", "Home Business",  "./salesreps.htm");
	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.menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.menu.addSubItem("searchengineid", "MSN", "MSN",  "http://www.msn.com/");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/");
	    
	menu.addSubItem("miscid", "WebSuccess Stories", "Success Stories",  "./success.htm");
	menu.addSubItem("miscid", "Sponsor A Model", "Sponsor A Model",  "http://www.lovecove.net/sponsors/index.html");
    menu.addSubItem("miscid", "Jobs Jobs Jobs", "SpreeMedia Jobs",  "./jobs.htm");
    menu.addSubItem("miscid", "Monthly Specials", "Specials",  "./specials.htm");

	menu.showMenu();
}