function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Home Page", "Home Page",  "http://www.kerrytype.com/index.htm", null);
	menu.addItem("servicesid", "Our Services", "Our Services",  null, null);
	menu.addItem("newofferid", "News & Offers", "News & Offers",  "http://www.kerrytype.com/offers1.htm", null);
	menu.addItem("sitetourid", "Take a Site Tour", "Site Tour",  null, null);
	menu.addItem("clientsayid", "Testimonials", "Testimonials",  "http://www.kerrytype.com/testamonial1.htm", null);
	/*menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);*/
	menu.addItem("miscid", "Links to other web sites", "Links to other web sites",  null, null);


	menu.addSubItem("servicesid", "Print & Design", "Print & Design",  "http://www.kerrytype.com/printingservicesrequest.htm");
	menu.addSubItem("servicesid", "Digital Colour Output", "Digital Colour Output",  "http://www.kerrytype.com/digiprint.htm");
	menu.addSubItem("servicesid", "Office Supplies", "Office Supplies",  "http://www.kerrytype.com/supplysservices.htm");
	menu.addSubItem("servicesid", "Photocopying", "Photocopying",  "http://www.kerrytype.com/photocopying.htm");
	menu.addSubItem("servicesid", "Colour Copying", "Colour Copying",  "http://www.kerrytype.com/photocopying.htm");
	menu.addSubItem("servicesid", "Other Services", "Other Services",  "http://www.kerrytype.com/otherservices.htm");
	

	menu.addSubItem("sitetourid", "Contents", "Contents",  "http://www.kerrytype.com/index.htm");
	menu.addSubItem("sitetourid", "Page 2 - Digital Colour", "Digital Colour",  "http://www.kerrytype.com/digiprint.htm");
      	menu.addSubItem("sitetourid", "Page 3 - Digital Colour - more info", "Digital Colour - more info",  "http://www.kerrytype.com/digiprintbrochure.htm");
	menu.addSubItem("sitetourid", "Page 4 - Office Supplies", "Office Supplies",  "http://www.kerrytype.com/supplysservices.htm");
      	menu.addSubItem("sitetourid", "Page 5 - Print & Design", "Print & Design",  "http://www.kerrytype.com/printingservicesrequest.htm");
	menu.addSubItem("sitetourid", "Page 6 - Copying", "Copying",  "http://www.kerrytype.com/photocopying.htm");
      	menu.addSubItem("sitetourid", "Page 7 - Other Services", "Other Services",  "http://www.kerrytype.com/otherservices.htm");
	menu.addSubItem("sitetourid", "Page 8 - Testimonials", "Testimonials",  "http://www.kerrytype.com/testamonial1.htm");
	menu.addSubItem("sitetourid", "Page 9 - News & Offers", "News & Offers",  "http://www.kerrytype.com/offers1.htm");
	menu.addSubItem("sitetourid", "Feedback Form", "Your comments are welcome",  "http://www.kerrytype.com/feedback_page.htm");
      	
	
	/*menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com");*/

	menu.addSubItem("miscid", "Midhurst Chamber of Commerce", "Midhurst Chamber of Commerce",  "http://www.midhurstchamber.org.uk/");
	/*menu.addSubItem("miscid", "Midhurst Net", "Midhurst Net",  "http://www.midhurst.net/");
	menu.addSubItem("miscid", "Virus Protection", "Virus Protection",  "http://www.crescent-enterprises.com/virusprotection/");*/



	menu.showMenu();
}