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

	menu = new Menu();
	menu.addItem("hpage", "Home Page", "Home Page",  "http://www.goneroaming.co.za/", null);
	menu.addItem("dtours", "Day Tours...", "Day Tours",  null, null);
	menu.addItem("ltours", "Longer Tours...", "Longer Tours",  null, null);
	menu.addItem("gtours", "Golf Tours", "Golf Tours",  "http://www.goneroaming.co.za/html/golf.html", null);
	menu.addItem("ittours", "IT Training Tours", "IT Training Tours",  "http://www.goneroaming.co.za/html/it.html", null);
	menu.addItem("wed", "Wedding Groups", "Wedding Groups",  "http://www.goneroaming.co.za/html/wedding.html", null);
	menu.addItem("ad", "Additional Services...", "Additional Services",  null, null);
	menu.addItem("gen", "General Information...", "General Information",  null, null);
	menu.addItem("enq", "Enquiries & Bookings", "Enquiries & Bookings",  "http://www.goneroaming.co.za/html/enquiries.html", null);
	menu.addItem("con", "Contact & Email...", "Contact & Email",  null, null);

	menu.addSubItem("dtours", "Blood River / Boer War Memories", "Blood River / Boer War Memories",  "http://www.goneroaming.co.za/html/bloodriver.html");
	menu.addSubItem("dtours", "Botanical Beauty", "Botanical Beauty",  "http://www.goneroaming.co.za/html/botany.html");
	menu.addSubItem("dtours", "Cullinan Diamond Mine", "Cullinan Diamond Mine",  "http://www.goneroaming.co.za/html/cullinan.html");
	menu.addSubItem("dtours", "Cultural Village", "Cultural Village",  "http://www.goneroaming.co.za/html/cul.html");
	menu.addSubItem("dtours", "Egoli (Johannesburg)", "Egoli (Johannesburg)",  "http://www.goneroaming.co.za/html/egoli.html");
	menu.addSubItem("dtours", "Irene Area", "Irene Area",  "http://www.goneroaming.co.za/html/irene.html");
	menu.addSubItem("dtours", "Majestic Magaliesburg", "Majestic Magaliesburg",  "http://www.goneroaming.co.za/html/magaliesburg.html");
	menu.addSubItem("dtours", "Meander Medley", "Meander Medley",  "http://www.goneroaming.co.za/html/meander.html");
	menu.addSubItem("dtours", "Pilanesberg - Sun City", "Pilanesberg - Sun City",  "http://www.goneroaming.co.za/html/pilansburg.html");

	menu.addSubItem("ltours", "African Atmosphere", "African Atmosphere",  "http://www.goneroaming.co.za/html/africa.html");
	menu.addSubItem("ltours", "Kruger Park", "Kruger Park",  "http://www.goneroaming.co.za/html/kruger.html");
	menu.addSubItem("ltours", "Madikwe", "Madikwe",  "http://www.goneroaming.co.za/html/madikwe.html");
	menu.addSubItem("ltours", "Pilansburg - Sun City", "Pilansburg - Sun City",  "http://www.goneroaming.co.za/html/suncity.html");

	menu.addSubItem("ad", "Family or Friends Visiting", "Family or Friends Visiting",  "http://www.goneroaming.co.za/html/family.html");
	menu.addSubItem("ad", "Photographic Tours", "Photographic Tours",  "http://www.goneroaming.co.za/html/family.html#photo");
    menu.addSubItem("ad", "Game Safaris & Trout Fishing", "Game Safaris & Trout Fishing",  "http://www.goneroaming.co.za/html/family.html#game");
	menu.addSubItem("ad", "Business Visitors", "Business Visitors",  "http://www.goneroaming.co.za/html/family.html#bus");
    menu.addSubItem("ad", "Transfers", "Transfers",  "http://www.goneroaming.co.za/html/family.html#transfers");

	menu.addSubItem("gen", "Tour Information", "Tour Information",  "http://www.goneroaming.co.za/html/tourinfo.html");
	menu.addSubItem("gen", "Recommendations", "Recommendations",  "http://www.goneroaming.co.za/html/tourinfo.html#recommend");
	menu.addSubItem("gen", "References", "References", "http://www.goneroaming.co.za/html/tourinfo.html#references");
	menu.addSubItem("gen", "Conditions", "Conditions",  "http://www.goneroaming.co.za/html/tourinfo.html#conditions");
	menu.addSubItem("gen", "Bookings", "Bookings",  "http://www.goneroaming.co.za/html/tourinfo.html#bookings");
	menu.addSubItem("gen", "Deposits", "Deposits",  "http://www.goneroaming.co.za/html/tourinfo.html#deposit");	
	menu.addSubItem("gen", "Prices", "Prices",  "http://www.goneroaming.co.za/html/prices.html");
		menu.addSubItem("gen", "Promotion of Access to Information", "Promotion of Access to Information",  "http://www.goneroaming.co.za/html/contact.html#promo");
	menu.addSubItem("gen", "Links", "Links",  "http://www.goneroaming.co.za/html/tourinfo.html#links");
	menu.addSubItem("gen", "Site Search", "Site Search",  "http://www.goneroaming.co.za/default.htm#search");


	menu.addSubItem("con", "Contact", "Contact",  "http://www.goneroaming.co.za/html/contact.html");
	menu.addSubItem("con", "Email", "Email",  "mailto:goneroaming@metroweb.co.za");

	menu.showMenu();
}
