//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("homeid", "Home", "Home",  null, null);
	menu.addItem("advanceid", "Advancement", "Advancement",  null, null);
	menu.addItem("memberid", "Members", "Members",  null, null);
	menu.addItem("Whatshappeningid", "What's Happening", "What's Happening",  null, null);
	menu.addItem("Resourcesid", "Resources", "Resources",  null, null);
	menu.addItem("Honorsid", "Honors", "Honors",  null, null);
	menu.addItem("Picturesid", "Photos", "Photos",  null, null);
	menu.addItem("Otherid", "Other", "Other",  null, null);

	
	menu.addSubItem("homeid", "Troop One", "Troop One",  "../index.html", "");
	menu.addSubItem("homeid", "Venturing Crew 2001", "Venturing Crew 2001",  "../CrewOne/index.html", "");
	menu.addSubItem("homeid", "Pack 3001", "Pack 3001",  "../Pack3001/index.html", "");
	menu.addSubItem("homeid", "Contact the Scoutmaster", "Contact the Scoutmaster",  "mailto:myers@uakron.edu?subject=Contact from the Troop One Homepage" , null);



	menu.addSubItem("advanceid", "Advancement Page", "Advancement Page",  "../advancement.html", "");	
	menu.addSubItem("advanceid", "BSA Rank Videos", "BSA Rank Videos",  "../rankvideos.html", "");	
	menu.addSubItem("advanceid", "MB Counselors Page", "MB Counselors Page",  "../MB_counselors.html", "");
	menu.addSubItem("advanceid", "How to earn a Merit Badge", "How to earn a Merit Badge",  "../howtodo_merit_badges.html", "");
	menu.addSubItem("advanceid", "Be an Eagle Scout", "Be an Eagle Scout",  "../tobe_Eagle.html", "");


	menu.addSubItem("memberid", "For New Scouts", "For New Scouts",  "../newscout.html", "");
	menu.addSubItem("memberid", "Alumni", "Alumni",  "../alumni.html", "");
	menu.addSubItem("memberid", "Go To Yahoo Groups", "Go To Yahoo Groups",  "http://groups.yahoo.com/group/troopone/", "");
	menu.addSubItem("memberid", "Join Yahoo Groups", "Join Yahoo Groups",  "http://groups.yahoo.com/group/troopone/", "");
	menu.addSubItem("memberid", "Contact the Scoutmaster", "Contact the Scoutmaster",  "mailto:myers@uakron.edu?subject=Contact from the Troop One Homepage" , null);


	
	menu.addSubItem("Whatshappeningid", "What's Happening", "What's Happening",  "../whatshappening.html", "");
	menu.addSubItem("Whatshappeningid", "Current Calendar (pdf file)", "Current Calendar (pdf file)",  "../calendar.pdf", "");
	menu.addSubItem("Whatshappeningid", "Troop One Highlight brochure (pdf file)", "../Troop One Highlight brochure (pdf file)",   "Troop_One_Highlights_2007_2008.pdf", "");
	menu.addSubItem("Whatshappeningid", "What has happened", "What has happened", "../whathappened.html", "");
	

	menu.addSubItem("Resourcesid", "Policy", "Policy",  "../policy.html", "");
	menu.addSubItem("Resourcesid", "Financial Policy (private)", "Financial Policy (private)",  "http://groups.yahoo.com/group/troopone/files/Boy%20Scout%20Troop%20ONE%20Financial%20Policy.pdf", "");
"http://groups.yahoo.com/group/troopone/files/Boy%20Scout%20Troop%20ONE%20Financial%20Policy.pdf", "");	
	menu.addSubItem("Resourcesid", "Guide to Safe Scouting (external Link)", "Guide to Safe Scouting  (external Link)",  "http://www.scouting.org/HealthandSafety/GSS/toc.aspx", "");
	menu.addSubItem("Resourcesid", "cooking", "cooking",  "../cooking.html", "");
	menu.addSubItem("Resourcesid", "Troop One Menus Book", "Troop One Menu Book",  "../Troop Menu Guide.htm", "");
	menu.addSubItem("Resourcesid", "Forms", "Forms",  "../TroopOne_Forms.html", "");
	menu.addSubItem("Resourcesid", "Univ of Scouting", "Univ of Scouting",  "../univofscouting.html", "");
	menu.addSubItem("Resourcesid", "Leadership help", "Leadership help",  "../Leadership.html", "");
	menu.addSubItem("Resourcesid", "OA", "OA",  "../OA.html", "");
	menu.addSubItem("Resourcesid", "Links", "Links",  "../links.html", "");



	menu.addSubItem("Picturesid", "Gallery", "Gallery",  "../null.html", "");
	menu.addSubItem("Picturesid", "Troop One Fotki Site (external)", "Troop One Fotki Site (external)",   "http://campnmug.fotki.com/troop_one_akron/", ""  );

	menu.addSubItem("Otherid", "First Baptist Church (external)", "First Baptist Church (external)",   "http://www.firstbaptistakron.org", "");
menu.addSubItem("Otherid", "Weather Underground(external)", "Weather Underground(external)",   "http://www.wunderground.com/US/OH/Akron.html", "");
menu.addSubItem("Otherid", "Weather.com 10 day (external)", "Weather.com 10 day(external)",   "http://www.weather.com/weather/tenday/USOH0008?from=36hr_topnav_undeclared", "");

	menu.addSubItem("Honorsid", "Troop One Honors", "Troop One Honors",   "../honors.html", ""  );
	menu.addSubItem("Honorsid", "Eagles (photos)", "Eagles (photos)",   "../eagles.html", ""  );
	menu.addSubItem("Honorsid", "One very special Eagle Scout", "Mitchell Paige",   "../MitchellPaigePage.html", ""  );


	menu.showMenu();
}