function showToolbar()
{

// AddItem(id, text, hint, location, alternativeLocation);

// AddSubItem(idParent, text, hint, location);

	
menu = new Menu();
	
menu.addItem("polioid", "PPS Info", "PPS Info",  null, null);
	
menu.addItem("Disabilityid", "Disability Laws", "Disability Laws",  null, null);
	
menu.addItem("Doctorsid", "Doctors", "Doctors",  null, null);
	
menu.addItem("Famousid", "Famous PPS'ers & History", "Famous PPS'ers & History",  null, null);
	
menu.addItem("friendsid", "Friends", "Friends",  null, null);
	
menu.addItem("musicid", "Music", "Music",  null, null);
	
menu.addItem("poemsid", "Poems", "Poems",  null, null);

menu.addItem("searchengineid", "Search", "Search",  null, null);
	
menu.addItem("otherid", "Other Links", "Other Links",  null, null);


	
menu.addSubItem("polioid", "PPS Facts Sheet", "PPS Facts Sheet",  "http://ppsr.com/ppsfactsheets.html");
	
menu.addSubItem("polioid", "Polio/PPS Topics & Links", "Polio News Articles",  "http://ppsr.com/topics1.html");
	
menu.addSubItem("polioid", "Polio News Articles", "Polio/PPS Topics & Links",  "http://ppsr.com/polioarticles.html");
	
menu.addSubItem("polioid", "PPS Doctors, Hospitals, Clinics, Support Groups& Organizations", "PPS Doctors, Hospitals, Clinics, Support Groups& Organizations",  "http://ppsr.com/infolocator.html");
	
menu.addSubItem("polioid", "Vaccination Information", "Vaccination Information",  "http://ppsr.com/vacinfo.html");
	
menu.addSubItem("polioid", "Fatigue Articles", "Fatigue Articles",  "http://ppsr.com/fatigue.html");
	
menu.addSubItem("polioid", "PPS Medical Info", "PPS Medical Info",  "http://ppsr.com/medical.html");
	
menu.addSubItem("polioid", "Equipment and Catalog Resources", "Equipment and Catalog Resources",  "http://ppsr.com/equipcats.html");
	
menu.addSubItem("polioid", "Books,Polio Experiences", "Books,Polio Experiences",  "http://www.post-polio.org/ipn/books.html");
	
menu.addSubItem("polioid", "National Center for Health Statistics", "National Center for Health Statistics",  "http://www.cdc.gov/nchs/siteindex.htm");
	
menu.addSubItem("polioid", "Health Article Searches", "Health Article Searches",  "http://ppsr.com/health_article_searches.html");
	
menu.addSubItem("polioid", "Health Care Directories", "Health Care Directories",  "http://ppsr.com/health_care_directories.html");
	
menu.addSubItem("polioid", "Medical Web Sites", "Medical Web Sites",  "http://ppsr.com/medical_web_sites.html");
	
menu.addSubItem("polioid", "Wheel Chairs, Scooters, & Vans Conversations", "Wheel Chairs, Scooters, & Vans Conversations",  "http://ppsr.com/wheelchairs.html");
	
menu.addSubItem("polioid", "Grant Information", "Grant Information",  "http://ppsr.com/grant.html");
	
menu.addSubItem("polioid", "Information Center", "Information Center",  "http://ppsr.com/infocenter.html");
	
menu.addSubItem("polioid", "Medical Resources", "Medical Resources",  "http://ppsr.com/onlinemedical.html");
	
menu.addSubItem("polioid", "Interesting PPS Links", "Interesting PPS Links",  "http://ppsr.com/links.html");
	
menu.addSubItem("polioid", "Index of Vitamins, Minerals, and Herbs", "Index of Vitamins, Minerals, and Herbs",  "http://www.thriveonline.com/health/library/liu.vitamins.html");
	
menu.addSubItem("polioid", "Service Animals", "Service Animals",  "http://ppsr.com/service_animals.html");

	
menu.addSubItem("Disabilityid", "Social Security Links", "Social Security Links",  "http://ppsr.com/ssdi.html");
	
menu.addSubItem("Disabilityid", "SEVERE", "SEVERE",  "http://www.severe.net");
	
menu.addSubItem("Disabilityid", "Social Security Proposed Rules", "Social Security Proposed Rules",  "http://www.ssa.gov/regulations/proposed_rules.htm");
	
menu.addSubItem("Disabilityid", "Medicaid/Medicare/SSI", "Medicaid/Medicare/SSI",  "http://ppsr.com/mmssi.html");
	
menu.addSubItem("Disabilityid", "Social Security e-news", "Social Security e-news",  "http://www.ssa.gov/enews/last.htm");
	
menu.addSubItem("Disabilityid", "Medicare Compare", "Medicare Compare",  "http://www.medicare.gov/comparison/default.asp");
	
menu.addSubItem("Disabilityid", "State Medicaid Agencies", "State Medicaid Agencies",  "http://ppsr.com/state_medicaid_agencies.html");
	
menu.addSubItem("Disabilityid", "HCFA", "HCFA",  "http://www.hcfa.gov/");
	
menu.addSubItem("Disabilityid", "Disability Links", "Disability Links",  "http://ppsr.com/disability_links.html");
	
menu.addSubItem("Disabilityid", "Law Resources", "Law Resources",  "http://ppsr.com/legallaw.html");
	
menu.addSubItem("Disabilityid", "Buddhism plus Disability", "Buddhism plus Disability",  "http://members.aol.com/harvestctr/buddha.html");
	
menu.addSubItem("Disabilityid", "THE DISABILITY RIGHTS ACTIVIST", "THE DISABILITY RIGHTS ACTIVIST",  "http://www.disrights.org/");
	
menu.addSubItem("Disabilityid", "Neighborhood Legal Services by State", "Neighborhood Legal Services by State",  "http://www.nls.org/paatstat.htm");
	
menu.addSubItem("Disabilityid", "Government Agencies & Sponsored Programs", "Government Agencies & Sponsored Programs",  "http://ppsr.com/government_programs.html");
	
menu.addSubItem("Disabilityid", "Government Resources", "Government Resources",  "http://ppsr.com/government_resources.html");
	
menu.addSubItem("Disabilityid", "Independent Living", "Independent Living",  "http://ppsr.com/independentliving.html");
	
menu.addSubItem("friendsid", "Friends", "Friends",  "http://ppsr.com/Homepage.html");
	
menu.addSubItem("friendsid", "PPS'ers Homepages", "PPS'ers Homepages",  "http://ppsr.com/ppsers_sites.html");

		
menu.addSubItem("Doctorsid", "Albert Sabin", "Albert Sabin",  "http://ppsr.com/sabin.html");
	
menu.addSubItem("Doctorsid", "Jonas Salk", "Jonas Salk",  "http://ppsr.com/salk.html");
	
menu.addSubItem("Doctorsid", "Thomas Francis, Jr.", "Thomas Francis, Jr.",  "http://ppsr.com/francis.html");

	
menu.addSubItem("Famousid", "Famous Polio People", "Famous Polio People",  "http://ppsr.com/famousppspeople.html");

menu.addSubItem("Famousid", "POLIO: the story - A Paralyzing Fear - PBJ Films", "POLIO: the story - A Paralyzing Fear - PBJ Films",  "http://students.bath.ac.uk/ma0ase/");

menu.addSubItem("Famousid", "Images Of Poliomyelitis", "Images Of Poliomyelitis",  "http://www.geocities.com/harpub/");

menu.addSubItem("Famousid", "Disability Museum", "Disability Museum",  "http://www.disabilitymuseum.org/");

menu.addSubItem("Famousid", "HEALTH HERITAGE RESEARCH SERVICES", "HEALTH HERITAGE RESEARCH SERVICES",  "http://www.healthheritageresearch.com/PolioHistory.html");

menu.addSubItem("Famousid", "History of Polio", "History of Polio",  "http://www.endofpolio.org/timeline/timeline.html");

menu.addSubItem("Famousid", "VENTILATION AND ANAESTHESIA", "VENTILATION AND ANAESTHESIA",  "http://www.ecse.monash.edu.au/ucourses/ECE3802/Lectures/Ventilation/");

menu.addSubItem("Famousid", "Polio and the Iron Lung in America", "Polio and the Iron Lung in America",  "http://www.neoucom.edu/library/Polio/IronLung.htm");

menu.addSubItem("Famousid", "Poliomyelitis is an ancient disease", "Poliomyelitis is an ancient disease",  "http://www.neoucom.edu/library/Polio/History.htm");

menu.addSubItem("Famousid", "Archives - Children’s Hospital Medical Center of Akron", "Archives - Children’s Hospital Medical Center of Akron",  "http://www.neoucom.edu/library/Polio/AkronChildrens.htm");

menu.addSubItem("Famousid", "VIRTUAL MUSEUM OF THE IRON LUNG", "VIRTUAL MUSEUM OF THE IRON LUNG",  "http://www.geocities.com/ironlungmuseum/");

menu.addSubItem("Famousid", "Timeline of Polio History", "Timeline of Polio History",  "http://www.pbs.org/storyofpolio/polio/timeline/");

menu.addSubItem("Famousid", "The Polio History Pages", "The Polio History Pages",  "http://www.cloudnet.com/~edrbsass/poliohistorypage.htm");

		
menu.addSubItem("musicid", "Carl's Music Page", "Carl's Music Page",  "http://ppsr.com/musicpage.html");
      
menu.addSubItem("musicid", "BEBOP'S MUSIC ROOM", "BEBOP'S MUSIC ROOM",  "http://tinpan.fortunecity.com/eno/752/");
      
menu.addSubItem("musicid", "Jerry's Juke Box", "Jerry's Juke Box",  "http://wilstar.net/jukebox.htm");
	 
menu.addSubItem("musicid", "Fifties Home Page", "Fifties Home Page",  "http://www.fiftiesweb.com/home.htm");
	
menu.addSubItem("musicid", "Rock & Roll Hall of Fame", "Rock & Roll Hall of Fame",  "http://www.rockhall.com/");

	
menu.addSubItem("poemsid", "Carl's Poem Page", "Carl's Poems Page",  "http://ppsr.com/poems.html");
      
menu.addSubItem("poemsid", "Lori's Poem Page", "Lori's Poems Page",  "http://ppsr.com/poems/lori/poemsby_lori.html");
      
menu.addSubItem("poemsid", "Greeting Card Links", "Greeting Cards Links",  "http://ppsr.com/cardlink.html");

	
menu.addSubItem("searchengineid", "SavvySearch", "SavvySearch", "http://www.savvysearch.com");

menu.addSubItem("searchengineid", "Google", "Google", "http://www.google.com");
	
menu.addSubItem("searchengineid", "NBCi Search", "NBCi Search", "http://real.nbci.com/search/directory/results/1,61,real-0,00.html?st.sn.ft.0.srch");
	
menu.addSubItem("searchengineid", "Northern Light", "Northern Light", "http://www.nlsearch.com");
	
menu.addSubItem("searchengineid", "Links2Go", "Links2Go", "http://www2.links2go.com/");

menu.addSubItem("searchengineid", "Lycos", "Lycos", "http://www.lycos.com/");
	
menu.addSubItem("searchengineid", "AltaVista", "AltaVista", "http://altavista.com/");
	
menu.addSubItem("searchengineid", "MetaCrawler", "MetaCrawler", "http://www.metacrawler.com/");
	
menu.addSubItem("searchengineid", "WebCrawler", "WebCrawler", "http://www.webcrawler.com/");
	
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", "More Engines", "More Engines",  "http://ppsr.com/engines.html");

	
menu.addSubItem("otherid", "Web Help", "Web Help",  "http://ppsr.com/web_help.html");
	
menu.addSubItem("otherid", "Scranton Public Library Website Shelf", "Scranton Public Library Website Shelf",  "http://www.albright.org/menu20/");
	
menu.addSubItem("otherid", "Genealogy Links", "Genealogy Links",  "http://ppsr.com/genealogy.html");
	
menu.addSubItem("otherid", "Amusing Links", "Amusing Links",  "http://ppsr.com/amusing_links.html");
	
menu.addSubItem("otherid", "Maps & Traveling", "Maps & Traveling",  "http://ppsr.com/maps.html");
	
menu.addSubItem("otherid", "Travel", "Travel",  "http://ppsr.com/travel.html");
	
menu.addSubItem("otherid", "News Links", "News Links",  "http://ppsr.com/newslinks.html");
	
menu.addSubItem("otherid", "Daily Newspapers", "Daily Newspapers",  "http://www.ecola.com/news/press/na/us/");
	
menu.addSubItem("otherid", "Site Heaven", "Site Heaven",  "http://ppsr.com/sites.html");


	
menu.showMenu();
}
