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

	menu = new Menu();
	menu.addItem("id", "<FONT SIZE='2'><b>TheConversation.org</b><FONT>", "The Conversation",  null, null);
	menu.addItem("aid", "<FONT SIZE='2'><B>The World Press</B><FONT>", "Important and high quality pieces",  null, null);
	menu.addItem("bid", "<FONT SIZE='2'><B>Conversations 2002</B><FONT>", "Current conversations",  null, null);
	menu.addItem("cid", "<FONT SIZE='2'><B>Conversations 2001</B><FONT>", "Previous conversations",  null, null);
	menu.addItem("did", "<FONT SIZE='2'><B>Archives Post 9/11&nbsp;&nbsp;&nbsp;</B><FONT>", "Older Post 9/11 conversations",  null, null);
menu.addItem("eid", "<FONT SIZE='2'><B>Pre 9/11 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</B><FONT>", "Pre 9/11 conversations",  null, null);

	menu.addSubItem("id", "HOME", "Main index page",  "index.html");
	menu.addSubItem("id", "WHAT'S NEW", "Latest additions to the site",  "new.html");
	menu.addSubItem("id", "Mighty Companions", "Visit the Mighty Companions website",  "http://www.mightycompanions.org");
	menu.addSubItem("id", "Crop Circles", "An evolving mystery",  "http://www.mightycompanions.org/cropcircles/");
	menu.addSubItem("id", "About Suzanne", "Who is Suzanne Taylor?",  "http://www.mightycompanions.org/suzanne");
	menu.addSubItem("id", "Email Suzanne", "Send an email to Suzanne",  "mailto:suzanne@mightycompanions.org");
	menu.addSubItem("id", "Email Webmaster", "Send an email to Palden, the webmaster",  "mailto:palden@mightycompanions.org");

	menu.addSubItem("aid", "Five Star Pieces", "best of the best writing",  "fivestar.html");
	menu.addSubItem("aid", "Noteworthy News", "News items of interest",  "noteworthy.html");
	menu.addSubItem("aid", "In Depth Accounts", "Links to great pieces too long to post",  "indepth.html");
	menu.addSubItem("aid", "Quotes", "Interesting Quotes",  "a-quotes.html");
	menu.addSubItem("aid", "Suzanne's Soundbites", "Best quotes from TheConversation",  "a-soundbites.html");

	menu.addSubItem("bid", "Walter Starck", "Conversation with Walter Starck", "c-walterstarck.html");
	menu.addSubItem("bid", "Daniel Pinchbeck", "Conversation with Daniel Pinchbeck",  "http://www.mightycompanions.org/cropcircles/wired/wheatgraffiti.html");
	menu.addSubItem("bid", "Re Material on this Site", "Conversation about Material on this Site",  "c-onsite.html");
	menu.addSubItem("bid", "On Becoming a Force", "Conversation on Becoming a Force",  "c-force.html");
	menu.addSubItem("bid", "On the Middle East", "Conversation on the Middle East",  "c-mideast.html");


	menu.addSubItem("cid", "Where to from here?", "Following 9/11",  "c-where.html");
	menu.addSubItem("cid", "Figuring out the new way together", "About Money and Economics",  "c-money.html");
	menu.addSubItem("cid", "Making war unthinkable", "Discussions on War and Peace",  "c-making.html");
	menu.addSubItem("cid", "What can we do?", "What can we do?",  "c-what.html");
	menu.addSubItem("cid", "Towards a sea change", "Civilisation - where next?",  "c-civilization.html");
	menu.addSubItem("cid", "Thoughts about the Unthinkable", "Following WTC",  "c-unthinkable.html");

	menu.addSubItem("did", "Monthly Reports", "Archive of previous monthly reports",  "a-archivedreports.html");
	menu.addSubItem("did", "Updates", "Archive of Updates sent out by email",  "updates/index.html");
	menu.addSubItem("did", "Quotes", "Archive of Past Quotes",  "a-quotes.html");
	menu.addSubItem("did", "Geov Parrish", "Geov Parrish archive",  "a-archive.html");
	menu.addSubItem("did", "Arianna Huffington", "Arianna Huffington archive",  "a-archive.html");

	menu.addSubItem("eid", "About Being Awake...", "",  "a-awake.html");
	menu.addSubItem("eid", "Madam X and others", "Conversations with Madam X & others",  "a-madamx.html");
	menu.addSubItem("eid", "Jim Dreaver and others", "Conversations with Jim Dreaver & others",  "a-dreaver.html");
	menu.addSubItem("eid", "Clinton", "Conversations about Pres Clinton",  "http://www.mightycompanions.org/theconversation/clinton.html");
	menu.addSubItem("eid", "The New Story", "",  "http://www.mightycompanions.org/theconversation");
	menu.addSubItem("eid", "No More War", "",  "a-nomorewar.html");
	menu.addSubItem("eid", "Call of the Wild", "",  "a-callofwild.html");
	menu.addSubItem("eid", "Y2K Awareness", "",  "http://www.mightycompanions.org/theconversation/y2kaware.html");
	menu.addSubItem("eid", "Suzanne's early Web Commentaries", "",  "http://www.mightycompanions.org/suzanne/page4.html");

	menu.showMenu();
}
