function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("emailid", "E-Mail/Photos/Lists/Misc.", "E-Mail Addresses, Videos/Photos  or Lists",  null, null);
	menu.addItem("showid", "Show/Space Info.", "Show and Related Information",  null, null);
	menu.addItem("castid", "Cast & Character Info.", "Cast and Character Information",  null, null);
	menu.addItem("relatedid", "Show-Related Info.", "Show-Related Information",  null, null);
	menu.addItem("togoid", "Places to Visit", "Sites or Places to Check out",  null, null);
  

	menu.addSubItem("emailid", "Email & Smail", "E-Mail and Snail-Mail Addresses",  "./the_cape/emailcmp.htm");
	menu.addSubItem("emailid", "Photos & Videos", "Get a Video or Photo of the Cast or Pilot",  "./the_cape/pixvideo.htm");
	menu.addSubItem("emailid", "Set Photos", "THE CAPE - Set Photos",  "./the_cape/nwcpset1.htm");
	menu.addSubItem("emailid", "Photo Album", "THE CAPE Photo Album",  "./the_cape/nwcpalbm.htm");
	menu.addSubItem("emailid", "Show Props", "THE CAPE - Show Props",  "./the_cape/nwgdies.htm");
	menu.addSubItem("emailid", "WebMaster Tom", "WebMaster Tom at KSC",  "http://www.hq.nasa.gov/office/pao/History/alsj/mckeever.jpg");

	menu.addSubItem("showid", "Episode Listings", "Episode Listings",  "./the_cape/newepis.htm");
	menu.addSubItem("showid", "Media Articles", "Media Articles",  "./the_cape/newmdia.htm");
	menu.addSubItem("showid", "Candid Shots", "THE CAPE Cast Candid Shots",  "./the_cape/candids.htm");
	menu.addSubItem("showid", "Today Paper Arts", "Today Paper Articles",  "./the_cape/capetdy1.htm");
	menu.addSubItem("showid", "Crew Stories", "Words from the Enablers!",
"./the_cape/cinematographer.htm");
	menu.addSubItem("showid", "Space Media", "Space Sights and Sounds",
"./the_cape/cpmmx_fl.htm");
	menu.addSubItem("showid", "ISS VR Tour", "NASA Virtual Reality Tour of ISS",  "http://www.the-cape.com/gallery/vtour/index.html");

	menu.addSubItem("castid", "Role Profiles", " THE CAPE Character Profiles",  "./the_cape/cast/porch5map.htm");
	menu.addSubItem("castid", "Cast Profiles", "THE CAPE Cast Profiles",  "./the_cape/newcast.htm");
      	menu.addSubItem("castid", "Cast pages", "THE CAPE Cast Home pages",  "./the_cape/cast/pagesmap.htm");
	menu.addSubItem("castid", "Cast Mail addys", "THE CAPE Cast Mail addresses",  "./the_cape/newcast.htm#addys");
     	 menu.addSubItem("castid", "Fan Letters", "THE CAPE Fan Letters",  "./the_cape/newltrs.htm");
 	 menu.addSubItem("castid", "Interviews", "THE CAPE Interviews",  "./the_cape/thcpseds.htm");
 	 menu.addSubItem("castid", "Other Cast Roles", "THE CAPE Cast moves on",  "./cape_e2m.htm");

	menu.addSubItem("relatedid", "The MTM Staff", "THE CAPE - MTM Staff",  "./the_cape/nwcpofc1.htm");
	menu.addSubItem("relatedid", "MTM Past!!", "MTM Remembered!", "./the-cape/the-cape.htm");
	menu.addSubItem("relatedid", "FAN_FIC!", "Fan Fiction Page",  "./the_cape/fanfic.htm");
	menu.addSubItem("relatedid", "Polls Page", "Our Polls Page",  "./the_cape/pollpage.htm");
	menu.addSubItem("relatedid", "Our EMMY", "Cape Theme wins EMMY!",  "./the_cape/emmy.htm");
	menu.addSubItem("relatedid", "Kudos Page", "Our Supporters!", "http://www.the-cape.com/kudo/capekudos.htm");
	menu.addSubItem("relatedid", "Bulletins", "Occasional Bulletins",  "./the_cape/bulletin.htm");
	menu.addSubItem("relatedid", "IMDB Ratings", "THE CAPE Rating at IMDB",  "http://us.imdb.com/Ratings?0115821");



	menu.addSubItem("togoid", "Cape Chats", "CAPE Chat Room",  "http://www.yahoogroups.com/chat/save_the_cape");
	menu.addSubItem("togoid", "Our List-Server", "THE CAPE List-Server Message Board",  "http://www.yahoogroups.com/group/save_the_cape");
	menu.addSubItem("togoid", "Industry Pages", "Related Industry Pages",  "./the_cape/induslnk.htm");
	menu.addSubItem("togoid", "NASA Pages", "Handy NASA Pages",  "./the_cape/nasapages.htm");
	menu.addSubItem("togoid", "NASA Video+", "Live Video and Count-Down Timer, Etc.",  "./the_cape/nasaaerolinks.htm");
	menu.addSubItem("togoid", "KSC Guide", "A good guide to the KSC area",  "./ksc");
	menu.addSubItem("togoid", "KSC area Maps", "Some handy KSC Area Maps",  "./the_cape/capemaps.htm");
	menu.addSubItem("togoid", "Awards!!", "Our Awards Pages",  "./the_cape/newawrd.htm");
	menu.addSubItem("togoid", "Contests!!", "Our Contests Page",  "./the_cape/contest.htm");
	menu.addSubItem("togoid", "NASA History", "NASA's History Pages",  "http://www.hq.nasa.gov/office/pao/History/");
	menu.addSubItem("togoid", "Other Links", "To our Other Links Page",  "./the_cape/newlinks.htm");
	menu.addSubItem("togoid", "OSF Hotlist", "NASA Hot Links",  "./OSF_Hotlist.htm");
	menu.showMenu();
}