
//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("webmasterid", "Home", "Home",  "/default.asp");
	menu.addItem("messageboard", "Messageboard", "Messageboard",  "/forum/default.asp");
	menu.addItem("news", "News", "News",  null, null);
	menu.addItem("tour", "Tourlist", "/Tourlist",  null, null);
	menu.addItem("disco", "Discography", "/Discography",  null, null);
	menu.addItem("photos", "Photos", "Photos",  null, null);
	menu.addItem("qlinks", "Quick Links", "/Quick Links",  null, null);
	menu.addItem("links", "Links", "Links",  "/links.asp");
	menu.addItem("covver", "Cover Versions", "/Cover Versions",  null, null);
	menu.addItem("lyrics", "Lyrics", "Lyrics", "/lyrics.asp");
	menu.addItem("members", "Members", "Members","/members.asp");
	
	
		menu.addSubItem("news", "News 2011", "News 2011",  "/news2011.asp", "");
        menu.addSubItem("news", "News 2010", "News 2010",  "/news2010.asp", "");
        menu.addSubItem("news", "News 2009", "News 2009",  "/news2009.asp", "");
	menu.addSubItem("news", "News 2008", "News 2008",  "/news2008.asp", "");
	menu.addSubItem("news", "News 2007", "News 2007",  "/news2007.asp", "");
	menu.addSubItem("news", "News 2006", "News 2006",  "/news2006.asp", "");
	menu.addSubItem("news", "News 2005", "News 2005",  "/news2005.asp", "");           
    menu.addSubItem("news", "News 2004", "News 2004",  "/news2004.asp", "");           
	menu.addSubItem("news", "News 2003", "News 2003",  "/news2003.asp", "");
	menu.addSubItem("news", "News 1998-2002", "News 1998-2002",  "/news2002.asp", "");
        menu.addSubItem("news", "Archive", "Archive",  "/archive/archive.asp", "");
        menu.addSubItem("news", "Mike's Diary", "Mike's Diary",  "http://www.thefreedomman.com", "_blank");

	
	menu.addSubItem("disco", "Pre Love", "Pre Love",  "/prelove.asp", "");
	menu.addSubItem("disco", "Singles", "Singles",  "/singles.asp", "");
	menu.addSubItem("disco", "Albums", "Albums",  "/albums.asp", "");
	menu.addSubItem("disco", "Compilations", "Compilations",  "/compilations.asp", "");
	menu.addSubItem("disco", "Arthur Lee", "Arthur Lee",  "/alee.asp ", "");
	menu.addSubItem("disco", "Bryan MacLean", "Bryan MacLean",  "/bryan.asp ", "");
	menu.addSubItem("disco", "Various Artists", "Various Artists",  "/varart.asp", "");
	menu.addSubItem("disco", "Bootlegs", "Bootlegs",  "/bootlegs.asp ", "");
	
		
        menu.addSubItem("covver", "By Artist", "By Artist",  "/coversartist.asp ", "");
        menu.addSubItem("covver", "By Titel", "By Titel",  "/coverstitel.asp ", "");

        menu.addSubItem("photos", "Fan Photos", "Fan Photos", "/fans.asp", "");
        menu.addSubItem("photos", "Promo Photos", "Promo Photos", "/promopictures.asp", "");
	menu.addSubItem("photos", "Harold Sherrick Photos", "Harold Sherrick Photos",  "/HaroldSherrick.asp", "");
	menu.addSubItem("photos", "Dorsey High School yearbook", "Dorsey High School yearbook",  "/arthur_lee_dorsey_highschool.asp", "");
	menu.addSubItem("photos", "Autographs", "Autographs", "/autograph.asp", "");

	menu.addSubItem("links", "Links", "Links", "/links.asp", "");
	
	menu.addSubItem("qlinks", "Arthur Lee Interview 2003", "Arthur Lee Interview 2003", "/ru2003.asp", "");
	menu.addSubItem("qlinks", "Article Archive", "Article Archive", "/archive/archive.asp", "");
	menu.addSubItem("qlinks", "Jay Donnelan in Central America", "Jay Donnelan in Central America", "/jd.asp", "");
	menu.addSubItem("qlinks", "Johnny Echols interview 2005", "Johnny Echols interview 2005", "/tour2005/20050701_stourbridge_echols_interview.asp", "");
	menu.addSubItem("qlinks", "Love Story Documentary", "Love Story Documentary", "/documentary.asp", "");
	menu.addSubItem("qlinks", "Sons of Adam", "Sons of Adam", "/sonsofadam.asp", "");
	menu.addSubItem("qlinks", "The Castle 2003", "The Castle 2003", "/thecastle2003.asp", "");
	menu.addSubItem("qlinks", "Vince Flaherty Recordings", "Vince Flaherty Recordings", "/flaherty.asp", "");

	menu.addSubItem("tour", "Tourlist 1966-2003", "Tourlist 1966-2003",  "/tour.asp", "");
	menu.addSubItem("tour", "Spring 2002 Tour", "Spring 2002 Tour",  "/spring_tour_2002.asp ", "");
	menu.addSubItem("tour", "F. C. 2003 Tour", "F. C. 2003 Tour",  "/foreverchanges_tour_2003.asp", "");
        menu.addSubItem("tour", "2004 Tour", "2004 Tour",  "/tour_2004.asp", "");
        menu.addSubItem("tour", "2005 Tour", "2005 Tour",  "/tour_2005.asp", "")
	menu.addSubItem("tour", "2009 Tour", "2009 Tour",  "/tour2009.asp", "")



	menu.showMenu();
}
