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

	menu = new Menu();
	menu.addItem("PSFhomeid", "PSF Home", "PSF Home",  null, null);
	menu.addItem("diarydatesid", "Diary Dates", "Diary Dates",  null, null);
	menu.addItem("zineryid", "Zinery", "Zinery",  null, null);
	menu.addItem("eventsid", "Events", "Events",  null, null);
	menu.addItem("reviewsid", "Reviews", "Reviews",  null, null);
	menu.addItem("sfclubid", "SF Club", "SF Club",  null, null);
	menu.addItem("sectionsid", "Sections", "Sections",  null, null);


	menu.addSubItem("PSFhomeid", "PSF Home", "PSF Home",  "../psf.htm");
	menu.addSubItem("PSFhomeid", "Sections Home", "Sections Home",  "sectionshome.htm");

	menu.addSubItem("diarydatesid", "January", "January",  "../diarydates/jan.htm");
	menu.addSubItem("diarydatesid", "February", "February",  "../diarydates/feb.htm");
	menu.addSubItem("diarydatesid", "March", "March",  "../diarydates/march.htm");
	menu.addSubItem("diarydatesid", "April", "April",  "../diarydates/april.htm");
	menu.addSubItem("diarydatesid", "May", "May",  "../diarydates/may.htm");
	menu.addSubItem("diarydatesid", "June", "June",  "../diarydates/june.htm");
	menu.addSubItem("diarydatesid", "July", "July",  "../diarydates/july.htm");
	menu.addSubItem("diarydatesid", "August", "August",  "../diarydates/aug.htm");
	menu.addSubItem("diarydatesid", "September", "September",  "../diarydates/sept.htm");
	menu.addSubItem("diarydatesid", "October", "October",  "../diarydates/oct.htm");
	menu.addSubItem("diarydatesid", "November", "November",  "../diarydates/nov.htm");
	menu.addSubItem("diarydatesid", "December", "December",  "../diarydates/dec.htm");
	menu.addSubItem("diarydatesid", "Conventions", "Conventions",  "../diarydates/conventions.htm");

	menu.addSubItem("zineryid", "Zinery Home", "Zinery Home",  "../zinery/zineryss.htm");
	menu.addSubItem("zineryid", "Poetry", "Poetry",  "../zinery/zinerypo.htm");
	menu.addSubItem("zineryid", "Short Stories", "Short Stories",  "../zinery/zineryshort.htm");
	menu.addSubItem("zineryid", "Interviews", "Interviews",  "../zinery/zineryin.htm");
	menu.addSubItem("zineryid", "Web Rings", "Web Rings",  "../zinery/zineryweb.htm");

	menu.addSubItem("eventsid", "Events Home", "Events Home",  "../events/events.htm");
	menu.addSubItem("eventsid", "Fantasy Fair 8", "Fantasy Fair 8",  "../events/ff8.htm");
	menu.addSubItem("eventsid", "Fantasy Fair 9", "Fantasy Fair 9",  "../events/ff9.htm");

	menu.addSubItem("reviewsid", "Reviews Home", "Reviews Home",  "../reviews/reviews.htm");
	menu.addSubItem("reviewsid", "Plays", "Plays",  "../reviews/plays.htm");
	menu.addSubItem("reviewsid", "Games", "Games",  "../reviews/games.htm");
	menu.addSubItem("reviewsid", "Books", "Books",  "../reviews/books.htm");
	menu.addSubItem("reviewsid", "Events", "Events",  "../reviews/events.htm");
	menu.addSubItem("reviewsid", "Films", "Films",  "../reviews/films.htm");
	menu.addSubItem("reviewsid", "TV", "TV",  "../reviews/tv.htm");
	menu.addSubItem("reviewsid", "Radio", "Radio",  "../reviews/radio.htm");

	menu.addSubItem("sfclubid", "About Us", "About Us",  "../local/aboutus.htm");
	menu.addSubItem("sfclubid", "History", "History",  "../local/history.htm");
	menu.addSubItem("sfclubid", "Local Scene", "Local Scene",  "../local/local.htm");
	menu.addSubItem("sfclubid", "About Peterborough", "About Peterborough",  "../local/aboutpeterborough.htm");
	menu.addSubItem("sfclubid", "News From Peterborough", "News From Peterborough",  "../local/newsfp.htm");
	menu.addSubItem("sfclubid", "Games Library", "Games Library",  "gameslibrary.htm");
	menu.addSubItem("sfclubid", "Guest Book", "Guest Book",  "../local/guestbook.htm");

	menu.addSubItem("sectionsid", "Sections Home", "Sections Home",  "sectionshome.htm");
	menu.addSubItem("sectionsid", "SF", "SF",  "sfiction.htm");
	menu.addSubItem("sectionsid", "Fantasy", "Fantasy",  "fantasy.htm");
	menu.addSubItem("sectionsid", "Gothic", "Gothic",  "http://www.bakul.btinternet.co.uk/gothic.htm");
	menu.addSubItem("sectionsid", "Horror", "Horror",  "horror.htm");
	menu.addSubItem("sectionsid", "Books", "Books",  "books.htm");
	menu.addSubItem("sectionsid", "Art", "Art",  "art.htm");
	menu.addSubItem("sectionsid", "TV", "TV",  "tv.htm");
	menu.addSubItem("sectionsid", "Comics", "Comics",  "comics.htm");
	menu.addSubItem("sectionsid", "Films", "Films",  "films.htm");
	menu.addSubItem("sectionsid", "Games", "Games",  "games.htm");
	menu.addSubItem("sectionsid", "Theatre", "Theatre",  "theatre.htm");
	menu.addSubItem("sectionsid", "Music", "Music",  "music/music.htm");


	menu.showMenu();
}
