function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Genealogy", "Genealogy",  null, null);
	menu.addItem("newsid", "Towles", "Towles",  null, null);
	menu.addItem("freedownloadid", "Canote", "Canote",  null, null);
	menu.addItem("searchengineid", "Search", "Search",  null, null);
	
	menu.addSubItem("webmasterid", "Genforum", "Genforum",  "http://genforum.genealogy.com");
	menu.addSubItem("webmasterid", "Ancestry.com", "Ancestry.com",  "http://www.ancestry.com");
	menu.addSubItem("webmasterid", "Rootsweb", "Rootsweb",  "http://www.rootsweb.com");
	menu.addSubItem("webmasterid", "Family Search", "Family Search",  "http://www.familysearch.org/");
	menu.addSubItem("webmasterid", "Family Treemaker", "Family Treemaker",  "http://www.familytreemaker.com");
	menu.addSubItem("webmasterid", "Genealogy Portal.com", "Genealogy Portal.com",  "http://www.genealogyportal.com/");

	menu.addSubItem("newsid", "Towles Point", "Towles Point",  "http://homepages.go.com/~towlespoint/index.html");
	menu.addSubItem("newsid", "Genforum Towles", "Genforum Towles",  "http://genforum.genealogy.com/towles/");
	menu.addSubItem("newsid", "Towles at My Family.com", "Towles at My Family.com",  "http://www.myfamily.com");
	menu.addSubItem("newsid", "Towles at Rootsweb", "Towles at Rootsweb",  "http://resources.rootsweb.com/~clusters/surnames/t/o/TOWLES/");
	menu.addSubItem("newsid", "Porteous Research Project ", "Porteous Research Project",  "http://freepages.genealogy.rootsweb.com/~porteous/");

	menu.addSubItem("freedownloadid", "Canote at Ancestry.com", "Canote at Ancestry.com",  "http://www.ancestry.com/share/surname/main.asp?surname=CANOTE");
	menu.addSubItem("freedownloadid", "Canote/Kanode at Genforum", "Canote/Kanode at Genforum", "http://genforum.genealogy.com/kanode/index.html#8");
	menu.addSubItem("freedownloadid", "Canote at Genforum", "Canote at Genforum", "http://genforum.genealogy.com/canote/");
      
	menu.addSubItem("searchengineid", "Alta Vista", "Alta Vista",  "http://www.altavista.com/");
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");
	menu.addSubItem("searchengineid", "Dogpile", "Dogpile", "http://www.dogpile.com/");

	menu.showMenu();
}