function showToolbar(){// AddItem(id, text, hint, location, alternativeLocation);// AddSubItem(idParent, text, hint, location);	menu = new Menu();	menu.addItem("troopinfo", "Troop Information", "Troop Information",  null, null);	menu.addItem("funstuff", "What we do for fun", "What we do for fun",  null, null);	menu.addItem("service", "Service Projects", "Service Projects",  null, null);	menu.addItem("linksites", "Scout Related Sites", "Scout Related Sites",  null, null);	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);	menu.addSubItem("troopinfo", "Who We Are", "Who We Are",  "who.html");                                      menu.addSubItem("troopinfo", "Troop Calendar", "Troop Calendar",  "Troop178Calendar.html");                                      menu.addSubItem("troopinfo", "Troop 178 Eagle Scouts", "Troop 178 Eagle Scouts",  "Eagles.html");		menu.addSubItem("funstuff", "White Water on the Ocoee", "White Water on the Ocoee",  "Ocoee.html");                  menu.addSubItem("funstuff", "Summer Camp in Tenn.", "Summer Camp in Tenn.",  "BuckTom.html");                  menu.addSubItem("funstuff", "Warner Robins Air Force Base", "Warner Robins Air Force Base",  "WarnerRobins.html");                  menu.addSubItem("funstuff", "La-No-Che Scout Reservation", "La-No-Che Scout Reservation",  "LeeNoCee.html");                  menu.addSubItem("funstuff", "Webelos of Pack 89 visit", "Webelos of Pack 89 visit",  "pack39.html");                  menu.addSubItem("funstuff", "Vertical Ventures", "Vertical Ventures",  "vv.html");                  menu.addSubItem("funstuff", "Camping April 7-9, 2000", "Camping April 7-9, 2000",  "camping 04092000.html");                  menu.addSubItem("funstuff", "Summer Camp 2001", "Summer Camp 2001",  "Camp2001/CRM.htm");                  menu.addSubItem("funstuff", "2003 Webelos Woods", "Summer Camp 2001",  "2003 Webelos Woods/index.htm");		  menu.addSubItem("funstuff", "Rope Bridge 2003", "Rope Bridge 2003",  "Rope Bridge Campout/index.htm");                  menu.addSubItem("funstuff", "Joe's Eagle Ceremony", "Joe's Eagle Ceremony",  "joes eagle cerimony/index.htm");                  menu.addSubItem("funstuff", "YMCA Camp Cristina", "YMCA Camp Cristina",  "Camp Cristina/index.htm");                  menu.addSubItem("funstuff", "Family Campout 2004", "Family Campout 2004",  "family2004/index.htm");                  menu.addSubItem("funstuff", "Summer Camp 2004", "Summer Camp 2004",  "CBT2004/index.htm");                  menu.addSubItem("funstuff", "Feb 2005 Car wash", "Feb 2005 Car wash",  "CarWashFeb2005/index.htm");                  menu.addSubItem("funstuff", "Kennedy Space Center", "Kennedy Space Center",  "capekennedy2006/index.htm");                  menu.addSubItem("service", "Working at the CARWASH", "Working at the CARWASH",  "Carwash.html");                  menu.addSubItem("service", "Richie's Eagle project", "Richie's Eagle project",  "Richie eagle.html");                  	                  menu.addSubItem("linksites", "Merit Badge Requirements", "Merit Badge Requirements",  "http://usscouts.org/usscouts/mb/index.html");                  menu.addSubItem("linksites", "Boy Scouts of America", "Boy Scouts of America",  "http://www.scouting.org/");                  menu.addSubItem("linksites", "National Eagle Scout Association", "National Eagle Scout Association",  "http://nesa.org/");                  menu.addSubItem("linksites", "Scout Stuff Catalog", "Scout Stuff Catalog",  "http://www.scoutstuff.org/");                  menu.addSubItem("linksites", "Scout Camps on the Web", "Scout Camps on the Web",  "http://www.scouter.com/compass/Where_To_Go/BSA_Camps/");                  menu.addSubItem("linksites", "Gulf Ridge Council", "Gulf Ridge Council",  "http://www.boyscouting.com/");	                  menu.addSubItem("miscid", "Troop Jobs", "A discription of Troop Jobs",  "Troopjobs.htm");	menu.addSubItem("miscid", "A bunch of really cool pictures", "A bunch of really cool pictures",  "Photo.html");                  menu.addSubItem("miscid", "The kind folks who host this page", "The kind folks who host this page",  "http://www.networksolutions.com/");                  menu.addSubItem("miscid", "Summer Camp 2009", "Camp Rainey Mountain",  "http://www.nega-bsa.org/doc/generalInfoCRM09.pdf");                 		menu.showMenu();}
