function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("id", "PALDEN", "Home",  null, null);
	menu.addItem("workid", "Work", "My work",  null, null);
	menu.addItem("serviceid", "Service", "Making my contribution",  null, null);
	menu.addItem("personalid", "Life", "and family too",  null, null);
	menu.addItem("writingsid", "Books", "Books",  null, null);
	menu.addItem("artclid", "Output", "Food for thought",  null, null);

	menu.addSubItem("id", "HOME/INDEX", "Main index page",  "index.html");
	menu.addSubItem("id", "Contact address", "How to contact me",  "index.html#address");

	menu.addSubItem("workid", "Humanitarian", "Peace, social and spiritual work in the Holy Land",  "holyland/index.html");
	menu.addSubItem("workid", "Geopolitical analyst", "Adviser and researcher in geopolitical, historical and humanitarian issues",  "analyst.html");
	menu.addSubItem("workid", "Photographer", "Nature, people and humanitarian subjects",  "photos/index.html");
	menu.addSubItem("workid", "Author &amp; Copywriter", "Author and Copywriter",  "communications.html");
	menu.addSubItem("workid", "Public Speaking", "Conferences, courses, broadcasting",  "palden/p2-speak.html");
	menu.addSubItem("workid", "Ethical webmaster", "Special web projects",  "webmaster.html");
	menu.addSubItem("workid", "Adviser", "Consultations and strategic advice",  "advisor.html");
	menu.addSubItem("workid", "Geopolitical analyst", "History and geopolitics",  "analyst.html");
	menu.addSubItem("workid", "Astrologer", "About my astrological consultations",  "astrologer.html");

	menu.addSubItem("serviceid", "Jerusalem Peacemakers", "Online aid project",  "http://www.jerusalempeacemakers.org");
	menu.addSubItem("serviceid", "Hope Flowers School", "A peace and democracy school in Bethlehem, Palestine", "http://www.glastonburytor.org.uk");
	menu.addSubItem("serviceid", "The Glastonbury Archive", "Online esoteric book publishing",  "http://www.isleofavalon.co.uk/GlastonburyArchive/");
	menu.addSubItem("serviceid", "Isle of Avalon", "Glastonbury's inspirational web-hub",  "http://www.isleofavalon.co.uk");
	menu.addSubItem("serviceid", "Sir George Trevelyan", "Sir George's online archive",  "http://www.sirgeorgetrevelyan.org.uk");
	menu.addSubItem("serviceid", "Dr Andrew", "Flower Remedy resource site",  "http://www.drandrew.co.uk");

	menu.addSubItem("personalid", "Who is this guy?", "Life and street cred",  "palden/p1-who1.html");
	menu.addSubItem("personalid", "Brief life-story", "A brief life-story",  "palden/p5-life.html");
	menu.addSubItem("personalid", "My family", "Pictures of my family",  "palden/pal-6fam.html");
	menu.addSubItem("personalid", "My birth chart", "Astrological chart",  "palden/pal-6ast.html");
	menu.addSubItem("personalid", "Tulki's birth", "The birth of our son",  "palden/p4-tulk1.html");
	menu.addSubItem("personalid", "1990s: The Nine", "The Council of Nine",  "palden/p2-topc1.html");
	menu.addSubItem("personalid", "1990s: More on the Nine", "The Council of Nine",  "palden/p4-nine1.html");
	menu.addSubItem("personalid", "1990s: The Hundredth Monkey Project", "Humanitarian innerwork",  "monkey.html");
	menu.addSubItem("personalid", "1980s: the Camps", "About the Glastonbury and OakDragon camps",  "palden/p4-camp1.html");
	menu.addSubItem("personalid", "1980s: Camps pictures", "Pictures from 1987",  "palden/p5-od87archive.html");
	menu.addSubItem("personalid", "1970s: Sweden", "Photos from my life in Uppland, Sweden",  "palden/p5-sverige.html");

	menu.addSubItem("writingsid", "The Ancient Landscape around Glastonbury", "Ancient sites and ley alignments",  "leymap/index.html");
	menu.addSubItem("writingsid", "Healing the Hurts of Nations", "The Human Side of Globalisation",  "hhn/index.html");
	menu.addSubItem("writingsid", "Living in Time", "About Timecycles and how Time passes",  "http://www.isleofavalon.co.uk/time.html");
	menu.addSubItem("writingsid", "The Historical Ephemeris", "Astro-Historical Resources",  "http://www.isleofavalon.co.uk/ephem.html");
	menu.addSubItem("writingsid", "The Only Planet of Choice", "The Council of Nine",  "palden/p2-topc1.html");

	menu.addSubItem("artclid", "ARCHIVE OF ARTICLES", "Index to the Archive",  "palden/p4-artcl.html");
	menu.addSubItem("artclid", "1990s Articles Archive", "Articles from the 1990s",  "palden/p4-artcls-90s.html");
	menu.addSubItem("artclid", "PHOTO COLLECTION", "",  "photos/index.html");
	menu.addSubItem("artclid", "Bethlehem", "Palestine",  "photos/bethlehem.html");
	menu.addSubItem("artclid", "Sahara Desert", "Tunisia",  "photos/tunisia.html");
	menu.addSubItem("artclid", "Autumn in England", "Stourhead",  "photos/autumn06.html");
	menu.addSubItem("artclid", "Praise of the Tree", "Killington House",  "photos/trees.html");
	menu.addSubItem("artclid", "Somerset Levels", "Wetlands",  "photos/levels.html");
	menu.addSubItem("artclid", "Glastonbury Market", "Street scenes",  "photos/market.html");
	menu.addSubItem("artclid", "Spiders' Webs", "Hanging out",  "photos/cobwebs.html");

	menu.showMenu();
}
