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

	menu = new Menu();
	menu.addItem("aboutid", "About Ethan", "About Ethan",  null, null);
	menu.addItem("picturesid", "Pictures", "Pictures",  null, null);
	menu.addItem("reviewsid", "Reviews & Interviews", "Reviews & Interviews",  null, null);
	menu.addItem("recordingsid", "Recordings & Sounds", "Recordings & Sounds",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("aboutid", "Home", "Home",  "http://ethanfreeman.theatre-musical.com/english.html");
	menu.addSubItem("aboutid", "News", "News",  "http://ethanfreeman.theatre-musical.com/news.html");
	menu.addSubItem("aboutid", "Biography", "Biography",  "http://ethanfreeman.theatre-musical.com/biography.html");
	menu.addSubItem("aboutid", "Career Overview", "Career Overview",  "http://ethanfreeman.theatre-musical.com/careeroverview.html");
	menu.addSubItem("aboutid", "Fact File", "Fact File",  "http://ethanfreeman.theatre-musical.com/factfile.html");
        menu.addSubItem("aboutid", "F.A.Q.", "F.A.Q.", "http://ethanfreeman.theatre-musical.com/faq.html");

	menu.addSubItem("picturesid", "Beauty & the Beast", "Beauty & the Beast",  "http://ethanfreeman.theatre-musical.com/batbpics.html");
	menu.addSubItem("picturesid", "Bonifatius", "Bonifatius",  "http://ethanfreeman.theatre-musical.com/bonifatiuspics.html");
	menu.addSubItem("picturesid", "Dracula", "Dracula",  "http://ethanfreeman.theatre-musical.com/draculapics.html");
	menu.addSubItem("picturesid", "Die Drei Musketiere", "Die Drei Musketiere",  "http://ethanfreeman.theatre-musical.com/musketierepics.html");
	menu.addSubItem("picturesid", "Elisabeth", "Elisabeth",  "http://ethanfreeman.theatre-musical.com/elisabethpics.html");
	menu.addSubItem("picturesid", "Jekyll & Hyde", "Jekyll & Hyde",  "http://ethanfreeman.theatre-musical.com/jandhpics.html");
	menu.addSubItem("picturesid", "Les Misérables", "Les Misérables",  "http://ethanfreeman.theatre-musical.com/lesmispics.html");
	menu.addSubItem("picturesid", "Mozart!", "Mozart!",  "http://ethanfreeman.theatre-musical.com/mozartpics.html");
	menu.addSubItem("picturesid", "Phantom of the Opera", "Phantom of the Opera",  "http://ethanfreeman.theatre-musical.com/phanpics.html");
	menu.addSubItem("picturesid", "Robin Hood", "Robin Hood",  "http://ethanfreeman.theatre-musical.com/robinhoodpics.html");
	menu.addSubItem("picturesid", "Vom Geist der Weihnacht", "Vom Geist der Weihnacht",  "http://ethanfreeman.theatre-musical.com/geistpics.html");
	menu.addSubItem("picturesid", "Fan Pictures", "Fan Pictures",  "http://ethanfreeman.theatre-musical.com/fanpics.html");
	menu.addSubItem("picturesid", "Ethan Photos", "Ethan Photos",  "http://ethanfreeman.theatre-musical.com/newpics.html");
        menu.addSubItem("picturesid", "Ethan & Monika Photos", "Ethan & Monika Photos", "http://ethanfreeman.theatre-musical.com/ethanmonikapics.html");
	menu.addSubItem("picturesid", "Other", "Other",  "http://ethanfreeman.theatre-musical.com/otherpics.html");

	menu.addSubItem("reviewsid", "Site Reviews", "Site Reviews",  "http://ethanfreeman.theatre-musical.com/sitereviews.html");
	menu.addSubItem("reviewsid", "Newspaper/Magazine Articles", "Newspaper/Magazine Articles",  "http://ethanfreeman.theatre-musical.com/articles.html");
        menu.addSubItem("reviewsid", "TV Interviews", "TV Interviews",  "http://ethanfreeman.theatre-musical.com/tvinterviews.html");
	
	menu.addSubItem("recordingsid", "Cast Recordings", "Cast Recordings",  "http://ethanfreeman.theatre-musical.com/castrecordings.html");
	menu.addSubItem("recordingsid", "Jay Recordings", "Jay Recordings",  "http://ethanfreeman.theatre-musical.com/jayrecordings.html");
	menu.addSubItem("recordingsid", "Solo Recordings", "Solo Recordings", "http://ethanfreeman.theatre-musical.com/solorecordings.html");
	menu.addSubItem("recordingsid", "Other Recordings", "Other Recordings",  "http://ethanfreeman.theatre-musical.com/otherrecordings.html");
	menu.addSubItem("recordingsid", "Sound Studio", "Sound Studio",  "http://ethanfreeman.theatre-musical.com/soundstudio.html");

	menu.addSubItem("miscid", "Artwork", "Artwork",  "http://ethanfreeman.theatre-musical.com/artwork.html");
	menu.addSubItem("miscid", "Message Board", "Message Board",  "http://ethanfreeman.proboards.com");
        menu.addSubItem("miscid", "Mailing List", "Mailing List",  "http://www.egroups.com/group/ethanfreeman");
        menu.addSubItem("miscid", "Guestbook", "Guestbook",  "http://pub8.bravenet.com/guestbook/show.php?usernum=661645517&cpv=2");
        menu.addSubItem("miscid", "Links", "Links",  "http://ethanfreeman.theatre-musical.com/links.html");
	menu.addSubItem("miscid", "Webrings", "Webrings",  "http://ethanfreeman.theatre-musical.com/webrings.html");
	menu.addSubItem("miscid", "Fans for Kids", "Fans for Kids",  "http://ethanfreeman.theatre-musical.com/fansforkids.html");
        menu.addSubItem("miscid", "About the Site", "About the Site", "http://ethanfreeman.theatre-musical.com/site.html");

	menu.showMenu();
}
