//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("informationid", "information", "information",  null, null);
	menu.addItem("theatreid", "theatre", "theatre",  null, null);
	menu.addItem("cinemaid", "cinema", "cinema",  null, null);
	menu.addItem("televisionid", "television", "television",  null, null);
	menu.addItem("radioid", "radio", "radio",  null, null);
	menu.addItem("musicid", "music theatre", "music theatre",  null, null);
	menu.addItem("translateid", "translations", "translations",  null, null);
	menu.addItem("teachid", "teaching", "teaching",  null, null);
	menu.addItem("commentid", "commentary", "commentary",  null, null);
	menu.addItem("bibliographyid", "bibliography", "bibliography",  null, null);
	

	
	menu.addSubItem("informationid", "home screen", "home screen",  "/index.html", "");
	menu.addSubItem("informationid", "short cv", "short cv",  "/html/information/shortcv.html", "");
	menu.addSubItem("informationid", "contact information", "contact information",  "/html/information/contact.html", "");
	menu.addSubItem("informationid", "acknowledgments", "acknowledgments",  "/html/information/acknowl.htm", "");
	menu.addSubItem("informationid", "guest book", "guestbook",  "/cgi-bin/datacgi/database.cgi?file=Guestbook&report=ViewGuestbookPublic", "");
	menu.addSubItem("informationid", "research", "research",  "/html/information/sorry.html", "");
	menu.addSubItem("informationid", "search this site", "search this site",  "/html/information/mainsearch.html", "");

	
	menu.addSubItem("theatreid", "Afore Night Come", "Afore Night Come",  "/html/theatre/afore.html", "");
	menu.addSubItem("theatreid", "The Sons of Light", "The Sons of Light",  "/html/theatre/sons.html", "");
	menu.addSubItem("theatreid", "Burglars", "Burglars",  "/html/theatre/burglars.html", "");
	menu.addSubItem("theatreid", "Ashes", "Ashes",  "/html/theatre/ashes.html", "");
	menu.addSubItem("theatreid", "The Triumph of Death", "The Triumph of Death",  "/html/theatre/triumph.html", "");
	menu.addSubItem("theatreid", "Hansel and Gretel", "Hansel and Gretel",  "/html/theatre/hansel.html", "");
	menu.addSubItem("theatreid", "Will's Way", "Will's Way",  "/html/theatre/wills.html", "");
	menu.addSubItem("theatreid", "The Saxon Shore", "The Saxon Shore",  "/html/theatre/shore.html", "");
	menu.addSubItem("theatreid", "Red Sun", "Red Sun",  "/html/theatre/redsun.html", "");
	menu.addSubItem("theatreid", "The Master and Margarita ", "The Master and Margarita ",  "/html/theatre/master.html", "");
	menu.addSubItem("theatreid", "Merlin Unchained", "Merlin Unchained",  "/html/theatre/merlin.html", "");


	menu.addSubItem("cinemaid", "uncredited", "uncredited",  "/html/cinema/uncred.html", "");
	menu.addSubItem("cinemaid", "Testimony", "Testimony",  "/html/cinema/testimony.html", "");
	menu.addSubItem("cinemaid", "December Bride", "December Bride",  "/html/cinema/bride.html", "");
	menu.addSubItem("cinemaid", "The Woodlanders", "The Woodlanders",  "/html/cinema/hardy.html", "");
	menu.addSubItem("cinemaid", "Unproduced", "Unproduced",  "/html/cinema/cinunprod.html", "");
	

	menu.addSubItem("televisionid", "1963 - 1973", "1963 - 1973",  "/html/tv/1963-73.html", "");
	menu.addSubItem("televisionid", "Penda's Fen", "Penda's Fen",  "/html/tv/penda.html", "");
	menu.addSubItem("televisionid", "Artemis 81", "Artemis 81",  "/html/tv/artemis.html", "");
	menu.addSubItem("televisionid", "White Lady", "White Lady",  "/html/tv/whitelady.html", "");
	menu.addSubItem("televisionid", "Other", "Other",  "/html/tv/othertv.html", "");
	

	menu.addSubItem("radioid", "Cries from Casement ", "Cries from Casement ",  "/html/radio/casement.html", "");
	menu.addSubItem("radioid", "The Lovesong of Alfred J Hitchcock", "The Lovesong of Alfred J Hitchcock",  "/html/radio/hitch.html", "");
	menu.addSubItem("radioid", "The Haunting of Mahler", "The Haunting of Mahler",  "/html/radio/mahler.html", "");
	menu.addSubItem("radioid", "The Giant’s Cause", "The Giant’s Cause",  "/html/radio/giants.html", "");

	menu.addSubItem("musicid", "Moses and Aaron", "Moses and Aaron",  "/html/music/moses.html", "");
    menu.addSubItem("musicid", "The Grace of Todd", "The Grace of Todd",  "/html/music/todd.html", "");
	menu.addSubItem("musicid", "Broken Strings", "Broken Strings",  "/html/music/brknstgs.html", "");
	menu.addSubItem("musicid", "Inquest of Love", "Inquest of Love",  "/html/music/quest.html", "");
	menu.addSubItem("musicid", "Black Feather Rising", "Black Feather Rising",  "/html/music/feather.htm", "");
		
	menu.addSubItem("translateid", "Moses and Aaron", "Moses and Aaron",  "/html/translate/moses.html", "");
	menu.addSubItem("translateid", "The Persians", "The Persians",  "/html/translate/persians.html", "");
	menu.addSubItem("translateid", "Oresteia", "Oresteia",  "/html/translate/Oresteia.html", "");
	menu.addSubItem("translateid", "Euripides", "Euripides",  "/html/translate/eur.html", "");
	menu.addSubItem("translateid", "Peer Gynt", "Peer Gynt",  "/html/translate/ibsen1.html", "");
	menu.addSubItem("translateid", "Rosmersholm", "Rosmersholm",  "/html/translate/ibsen2.html", "");
	menu.addSubItem("translateid", "When We Dead", "When We Dead",  "/html/translate/whenwe.html", "");
	menu.addSubItem("translateid", "Death Watch", "Death Watch",  "/html/translate/deathw.html", "")
	menu.addSubItem("translateid", "The Maids", "The Maids",  "/html/translate/maids.html", "")
	
	menu.addSubItem("teachid", "Creative Writing", "Creative Writing",  "/html/teaching/teaching.html", "");
	menu.addSubItem("teachid", "Lectures", "Lectures",  "/html/teaching/lectures.html", "");
	

	menu.addSubItem("commentid", "commentary", "commentary",  "/html/commentary/commentary.html", "");
	

	menu.addSubItem("bibliographyid", "bibliography", "bibliography",  "/html/bibliography/bibliography.html", "");
	



	menu.showMenu();
}
