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

	menu = new Menu();
	menu.addItem("scoutingid", "BSA Official Sites", "BSA Official Sites",  null, null);
	menu.addItem("scouting2id", "Scouting", "Scouting",  null, null);
	menu.addItem("ussspid", "USSSP Sites", "USSSP Sites",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);

	menu.addSubItem("scoutingid", "Boy Scouts of America", "Boy Scouts of America",  "http://www.bsa.scouting.org/");
	menu.addSubItem("scoutingid", "Boys Life", "Boys Life",  "http://www.boyslife.org");
	menu.addSubItem("scoutingid", "Cub Scouts Fast Start Training", "Cub Scouts Fast Start Training",  "http://www.bsa.scouting.org/cubscouts/faststart/");
	menu.addSubItem("scoutingid", "Finance Support Division", "Finance Support Division",  "http://www.fsd.org");
	menu.addSubItem("scoutingid", "Direct Service Council", "Direct Service Council",  "http://www.directservicecouncil.org");
	menu.addSubItem("scoutingid", "Learning for Life", "Learning for Life",  "http://www.learning-for-life.org");
	menu.addSubItem("scoutingid", "Local Council Locator", "Local Council Locator",  "http://www.bsa.scouting.org/councils/index.html");
	menu.addSubItem("scoutingid", "National Eagle Scout Association", "National Eagle Scout Association",  "http://bsa.scouting.org/nesa/index.html");
	menu.addSubItem("scoutingid", "National Forms", "National Forms",  "http://www.bsa.scouting.org/forms/index.html");
	menu.addSubItem("scoutingid", "Public Service Announcements", "Public Service Announcements",  "http://www.bsa.scouting.org/excomm/psavideo/index.html");
	menu.addSubItem("scoutingid", "Scouting Magazine", "Scouting Magazine",  "http://www.scoutingmagazine.org");
	menu.addSubItem("scoutingid", "Scout Stuff Catalog", "Scout Stuff Catalog",  "http://www.scoutstuff.org/");

	menu.addSubItem("scouting2id", "WOSM", "WOSM",  "http://www.scout.org");
	menu.addSubItem("scouting2id", "WAGGGS", "WAGGGS",  "http://www.wagggsworld.org/");
	menu.addSubItem("scouting2id", "GSUSA", "GSUSA",  "http://www.gsusa.org");
	menu.addSubItem("scouting2id", "Order of the Arrow", "Order of the Arrow",  "http://www.oa-bsa.org/");

	menu.addSubItem("ussspid", "Usscouts.Org", "Usscouts.Org",  "http://usscouts.org/start.asp");
	menu.addSubItem("ussspid", "Clipart.Usscouts.Org", "Clipart.Usscouts.Org",  "http://clipart.usscouts.org");
	menu.addSubItem("ussspid", "MacScouter.Com", "MacScouter.Com",  "index.asp");
	menu.addSubItem("ussspid", "NetCommish.Com", "NetCommish.Com",  "http://usscouts.org/commish/");
	menu.addSubItem("ussspid", "Cubmaster.Org", "Cubmaster.Com",  "http://usscouts.org/cubmaster/");
	menu.addSubItem("ussspid", "Scoutmaster.Org", "Scoutmaster.Com",  "http://usscouts.org/scoutmaster/");
	menu.addSubItem("ussspid", "ScoutCamp.Org", "ScoutCamp.Com",  "http://usscouts.org/scoutcamp/");
	menu.addSubItem("ussspid", "WorldScouting.Com", "WorldScouting.Com",  "http://usscouts.org/WorldScouting/");
	menu.addSubItem("ussspid", "Jambo2001.Org", "Jambo2001.Com",  "http://usscouts.org/jambo2001/");
	menu.addSubItem("ussspid", "Leaders Online", "Leaders Online",  "http://users.aol.com/coffeeweb/LO");
	menu.addSubItem("ussspid", "Mike Walton's The Tree", "Mike Walton's The Tree",  "http://www.mninter.net/~blkeagle");
	menu.addSubItem("ussspid", "Paul Wolf's Website", "Paul Wolf's Website",  "http://home.att.net/~paul.s.wolf/mypages/index.html");
  
	menu.addSubItem("freedownloadid", "Adobe Acrobat", "Adobe Acrobat",  "http://www.adobe.com/acrobat");
	menu.addSubItem("freedownloadid", "Alladin Systems Stuffit", "Alladin Systems Stuffit",  "http://www.aladdinsys.com/expander/index.html");
	menu.addSubItem("freedownloadid", "Apple Computer", "Apple Computer",  "http://www.apple.com");
	menu.addSubItem("freedownloadid", "Info-Mac Hyperarchive", "Info-Mac Hyperarchive",  "http://hyperarchive.lcs.mit.edu/HyperArchive.html");
	menu.addSubItem("freedownloadid", "MacDownload.com", "MacDownload.com",  "http://www.zdnet.com/downloads/mac/download.html");
	menu.addSubItem("freedownloadid", "Mac Software Catalog", "Mac Software Catalog",  "http://mac-archive.emnet.co.uk/");
 	menu.addSubItem("freedownloadid", "Mac Version Tracker", "Mac Version Tracker",  "http://www.versiontracker.com/");
	menu.addSubItem("freedownloadid", "The Apple Orchard", "The Apple Orchard",  "http://www.macorchard.com/");
 

	menu.addSubItem("searchengineid", "USSSP Search", "USSSP Search",  "http://usscouts.org/iissamples/issamples/query.asp");
	menu.addSubItem("searchengineid", "ScoutingSpider", "ScoutingSpider",  "http://spider.scout.net");
	menu.addSubItem("searchengineid", "Yahoo - Scouting", "Yahoo - Scouting",  "http://dir.yahoo.com/Recreation/Outdoors/Scouting/");
	menu.addSubItem("searchengineid", "DMOZ - Scouting", "DMOZ - Scouting",  "http://www.dmoz.org/Recreation/Scouting/");
 


	menu.showMenu();
}
