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

	menu = new Menu();
	menu.addItem("aboutus", "About LEADR&nbsp;&nbsp;&nbsp;", "About LEADR", "../about.html");
	menu.addItem("services", "Services&nbsp;&nbsp;&nbsp;", "LEADR services", "../services.html");
	menu.addItem("news", "Latest News&nbsp;&nbsp;&nbsp;", "Latest news and events", "../news.html");
	menu.addItem("links", "Related Sites&nbsp;&nbsp;&nbsp;&nbsp;", "Links to related sites", "../links.html");
	menu.addItem("sitemap", "Site Map&nbsp;&nbsp;&nbsp;", "Site Map", "../sitemap.html");
	menu.showMenu();
}
