//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("jewel", "Jewel", "Jewel", null, null);
	menu.addItem("evanescence", "Evanescence", "Evanescence", null, null);
	menu.addItem("mraz", "Jason Mraz", "Jason Mraz", null, null);
	menu.addItem("pushstars", "The Push Stars", "The Push Stars", null, null);
	menu.addItem("strawberries", "Wild Strawberries", "Wild Strawberries", null, null);
	menu.addItem("glen", "Glen Phillips", "Glen Phillips", null, null);
	menu.addItem("soulbelly", "Soulbelly", "Soulbelly", null, null);
	menu.addItem("sandler", "Adam Sandler", "Adam Sandler", null, null);
	menu.addItem("leary", "Denis Leary", "Denis Leary", "http://endor.org/leary/", "");

	menu.addSubItem("jewel", "Home", "Home", "http://endor.org/jewel/", "");
	menu.addSubItem("jewel", "EDAs", "EDAs", "http://endor.org/jewel/eda/", "");
	menu.addSubItem("jewel", "News", "News", "http://endor.org/jewel/news/", "");
	menu.addSubItem("jewel", "Song Lyrics", "Song Lyrics", "http://endor.org/jewel/lyrics.asp", "");
	menu.addSubItem("jewel", "Guitar Tabs", "Guitar Tabs", "http://endor.org/jewel/tabs.asp", "");
	menu.addSubItem("jewel", "Poetry", "Poetry", "http://endor.org/jewel/poetry/", "");
	menu.addSubItem("jewel", "eCards", "eCards", "http://endor.org/jewel/eCards/", "");
	menu.addSubItem("jewel", "Mailing Lists", "Mailing Lists", "http://endor.org/jewel/mailing/", "");
	menu.addSubItem("jewel", "Chat Room", "Chat Room", "http://endor.org/jewel/chat.html", "");
	menu.addSubItem("jewel", "Merchandise", "Merchandise", "http://endor.org/jewel/merch.html", "");
	menu.addSubItem("jewel", "Site Links", "Site Links", "http://endor.org/jewel/links/", "");
	menu.addSubItem("jewel", "EDA Yearbook", "EDA Yearbook", "http://endor.org/jewel/yearbook/", "");
	menu.addSubItem("jewel", "EDA Event Photos", "EDA Event Photos", "http://endor.org/jewel/eda/photos.html", "");
	menu.addSubItem("jewel", "EDA Poetry", "EDA Poetry", "http://endor.org/jewel/eda/poetry.html", "");
	menu.addSubItem("jewel", "EDA Polls", "EDA Polls", "http://endor.org/jewel/polls/", "");
	menu.addSubItem("jewel", "EDA Logo", "EDA Logo", "http://endor.org/jewel/logo/", "");
	menu.addSubItem("jewel", "EDA Poster", "EDA Poster", "http://endor.org/jewel/poster/", "");
	menu.addSubItem("jewel", "EDA Acts of Kindness", "EDA Acts of Kindness", "http://endor.org/jewel/gifts/", "");

	menu.addSubItem("evanescence", "Home", "Home", "http://endor.org/evanescence/", "");
	menu.addSubItem("evanescence", "About", "About", "http://endor.org/evanescence/about.asp", "");
	menu.addSubItem("evanescence", "Song Clips", "Song Clips", "http://endor.org/evanescence/songs.asp", "");
	menu.addSubItem("evanescence", "Song Lyrics", "Song Lyrics", "http://endor.org/evanescence/lyrics.asp", "");
	menu.addSubItem("evanescence", "Song Reviews", "Song Reviews", "http://endor.org/evanescence/reviews.asp", "");
	menu.addSubItem("evanescence", "Chat Room", "Chat Room", "http://endor.org/evanescence/chat.asp", "");
	menu.addSubItem("evanescence", "Fan Yearbook", "Fan Yearbook", "http://endor.org/evanescence/yearbook.asp", "");
	menu.addSubItem("evanescence", "Mailing Lists", "Mailing Lists", "http://endor.org/evanescence/mailing.asp", "");
	menu.addSubItem("evanescence", "Concert Tour Dates", "Concert Tour Dates", "http://endor.org/evanescence/concerts.asp", "");
	menu.addSubItem("evanescence", "Merchandise", "Merchandise", "http://endor.org/evanescence/merch.asp", "");
	menu.addSubItem("evanescence", "Site Links", "Site Links", "http://endor.org/evanescence/links.asp", "");

	menu.addSubItem("mraz", "Home", "Home", "http://endor.org/mraz/", "");
	menu.addSubItem("mraz", "About", "About", "http://endor.org/mraz/about.asp", "");
	menu.addSubItem("mraz", "Song Clips", "Song Clips", "http://endor.org/mraz/songs.asp", "");
	menu.addSubItem("mraz", "Song Lyrics", "Song Lyrics", "http://endor.org/mraz/lyrics.asp", "");
	menu.addSubItem("mraz", "Song Reviews", "Song Reviews", "http://endor.org/mraz/reviews.asp", "");
	menu.addSubItem("mraz", "Chat Room", "Chat Room", "http://endor.org/mraz/chat.asp", "");
	menu.addSubItem("mraz", "Fan Yearbook", "Fan Yearbook", "http://endor.org/mraz/yearbook.asp", "");
	menu.addSubItem("mraz", "Mailing Lists", "Mailing Lists", "http://endor.org/mraz/mailing.asp", "");
	menu.addSubItem("mraz", "Concert Tour Dates", "Concert Tour Dates", "http://endor.org/mraz/concerts.asp", "");
	menu.addSubItem("mraz", "Merchandise", "Merchandise", "http://endor.org/mraz/merch.asp", "");
	menu.addSubItem("mraz", "Site Links", "Site Links", "http://endor.org/mraz/links.asp", "");

	menu.addSubItem("pushstars", "Home", "Home", "http://endor.org/pushstars/", "");
	menu.addSubItem("pushstars", "About", "About", "http://endor.org/pushstars/about.asp", "");
	menu.addSubItem("pushstars", "Song Clips", "Song Clips", "http://endor.org/pushstars/songs.asp", "");
	menu.addSubItem("pushstars", "Song Lyrics", "Song Lyrics", "http://endor.org/pushstars/lyrics.asp", "");
	menu.addSubItem("pushstars", "Song Reviews", "Song Reviews", "http://endor.org/pushstars/reviews.asp", "");
	menu.addSubItem("pushstars", "Chat Room", "Chat Room", "http://endor.org/pushstars/chat.asp", "");
	menu.addSubItem("pushstars", "Fan Yearbook", "Fan Yearbook", "http://endor.org/pushstars/yearbook.asp", "");
	menu.addSubItem("pushstars", "Mailing Lists", "Mailing Lists", "http://endor.org/pushstars/mailing.asp", "");
	menu.addSubItem("pushstars", "Concert Tour Dates", "Concert Tour Dates", "http://endor.org/pushstars/concerts.asp", "");
	menu.addSubItem("pushstars", "Merchandise", "Merchandise", "http://endor.org/pushstars/merch.asp", "");
	menu.addSubItem("pushstars", "Site Links", "Site Links", "http://endor.org/pushstars/links.asp", "");

	menu.addSubItem("strawberries", "Home", "Home", "http://endor.org/strawberries/", "");
	menu.addSubItem("strawberries", "About", "About", "http://endor.org/strawberries/about.asp", "");
	menu.addSubItem("strawberries", "Song Clips", "Song Clips", "http://endor.org/strawberries/songs.asp", "");
	menu.addSubItem("strawberries", "Song Lyrics", "Song Lyrics", "http://endor.org/strawberries/lyrics.asp", "");
	menu.addSubItem("strawberries", "Song Reviews", "Song Reviews", "http://endor.org/strawberries/reviews.asp", "");
	menu.addSubItem("strawberries", "Chat Room", "Chat Room", "http://endor.org/strawberries/chat.asp", "");
	menu.addSubItem("strawberries", "Fan Yearbook", "Fan Yearbook", "http://endor.org/strawberries/yearbook.asp", "");
	menu.addSubItem("strawberries", "Mailing Lists", "Mailing Lists", "http://endor.org/strawberries/mailing.asp", "");
	menu.addSubItem("strawberries", "Concert Tour Dates", "Concert Tour Dates", "http://endor.org/strawberries/concerts.asp", "");
	menu.addSubItem("strawberries", "Merchandise", "Merchandise", "http://endor.org/strawberries/merch.asp", "");
	menu.addSubItem("strawberries", "Site Links", "Site Links", "http://endor.org/strawberries/links.asp", "");

	menu.addSubItem("glen", "Home", "Home", "http://endor.org/glen/", "");
	menu.addSubItem("glen", "About", "About", "http://endor.org/glen/about.asp", "");
	menu.addSubItem("glen", "Song Clips", "Song Clips", "http://endor.org/glen/songs.asp", "");
	menu.addSubItem("glen", "Song Lyrics", "Song Lyrics", "http://endor.org/glen/lyrics.asp", "");
	menu.addSubItem("glen", "Song Reviews", "Song Reviews", "http://endor.org/glen/reviews.asp", "");
	menu.addSubItem("glen", "Chat Room", "Chat Room", "http://endor.org/glen/chat.asp", "");
	menu.addSubItem("glen", "Fan Yearbook", "Fan Yearbook", "http://endor.org/glen/yearbook.asp", "");
	menu.addSubItem("glen", "Mailing Lists", "Mailing Lists", "http://endor.org/glen/mailing.asp", "");
	menu.addSubItem("glen", "Concert Tour Dates", "Concert Tour Dates", "http://endor.org/glen/concerts.asp", "");
	menu.addSubItem("glen", "Merchandise", "Merchandise", "http://endor.org/glen/merch.asp", "");
	menu.addSubItem("glen", "Site Links", "Site Links", "http://endor.org/glen/links.asp", "");

	menu.addSubItem("soulbelly", "Home", "Home", "http://endor.org/soulbelly/", "");
	menu.addSubItem("soulbelly", "About", "About", "http://endor.org/soulbelly/about.asp", "");
	menu.addSubItem("soulbelly", "Song Clips", "Song Clips", "http://endor.org/soulbelly/songs.asp", "");
	menu.addSubItem("soulbelly", "Song Lyrics", "Song Lyrics", "http://endor.org/soulbelly/lyrics.asp", "");
	menu.addSubItem("soulbelly", "Song Reviews", "Song Reviews", "http://endor.org/soulbelly/reviews.asp", "");
	menu.addSubItem("soulbelly", "Chat Room", "Chat Room", "http://endor.org/soulbelly/chat.asp", "");
	menu.addSubItem("soulbelly", "Fan Yearbook", "Fan Yearbook", "http://endor.org/soulbelly/yearbook.asp", "");
	menu.addSubItem("soulbelly", "Mailing Lists", "Mailing Lists", "http://endor.org/soulbelly/mailing.asp", "");
	menu.addSubItem("soulbelly", "Concert Tour Dates", "Concert Tour Dates", "http://endor.org/soulbelly/concerts.asp", "");
	menu.addSubItem("soulbelly", "Merchandise", "Merchandise", "http://endor.org/soulbelly/merch.asp", "");
	menu.addSubItem("soulbelly", "Site Links", "Site Links", "http://endor.org/soulbelly/links.asp", "");

	menu.addSubItem("sandler", "Home", "Home", "http://endor.org/sandler/", "");
	menu.addSubItem("sandler", "They're All Gonna Laugh At You", "They're All Gonna Laugh At You", "http://endor.org/sandler/laugh.html", "");
	menu.addSubItem("sandler", "What The Hell Happened To Me?", "What The Hell Happened To Me?", "http://endor.org/sandler/whathell.html", "");
	menu.addSubItem("sandler", "What's Your Name?", "What's Your Name?", "http://endor.org/sandler/whatsyourname.html", "");
	menu.addSubItem("sandler", "Merchandise", "Merchandise", "http://endor.org/sandler/merch.html", "");

	menu.showMenu();
}