function showToolbar()

{

// AddItem(id, text, hint, location, alternativeLocation);

// AddSubItem(idParent, text, hint, location);



	menu = new Menu();

	menu.addItem("webmasterid", "Jericho Schools", "Jericho Schools",  null, null);

	menu.addItem("newsid", "Online Databases", "Online Databases",  null, null);

	menu.addItem("freedownloadid", "Libraries", "Libraries",  null, null);

	menu.addItem("miscid", "Catalogs", "Catalogs",  null, null);

	menu.addItem("miscid2", "Search Tools", "Search Tools",  null, null);

	menu.addItem("searchengineid", "Special Features", "Special Features",  null, null);


	menu.addSubItem("webmasterid", "Jericho School District", "Jericho School District",  "http://www.jerichoschools.org/");

	menu.addSubItem("webmasterid", "Jericho High School", "Jericho High School",  "http://www.jerichoschools.org/hs/");

	menu.addSubItem("webmasterid", "Jericho Middle School", "Jericho Middle School",  "http://www.jerichoschools.org/ms/");

menu.addSubItem("webmasterid", "Cantiague Elementary", "Cantiague Elementary",  "http://www.jerichoschools.org/cantiague/index.htm");

menu.addSubItem("webmasterid", "Jackson Elementary", "Jackson Elementary",  "http://www.jerichoschools.org/jackson/index.htm");

	menu.addSubItem("webmasterid", "Seaman Elementary", "Seaman Elementary",  "http://www.jerichoschools.org/seaman/seaman.index.htm");



	menu.addSubItem("newsid", "High School Library's Databases", "High School Library's Databases",  "http://www.jerichoschools.org/hs/library/esources.html");

	menu.addSubItem("newsid", "Jericho Public Library's Databases", "Jericho Public Library's Databases",  "http://www.jericholibrary.org/onlinedatabases.htm");

	menu.addSubItem("newsid", "Nassau County Public Libraries' Databases", "Nassau County Public Libraries' Databases",  "http://www.nassaulibrary.org/database/database.html");

	menu.addSubItem("newsid", "Suffolk County Public Libraries' Databases", "Suffolk County Public Libraries' Databases",  "http://vrc.suffolk.lib.ny.us/");



	menu.addSubItem("freedownloadid", "High School Library", "High School Library",  "http://www.jerichoschools.org/hs/library/");

	menu.addSubItem("freedownloadid", "Middle School Library", "Middle School Library",  "http://www.jerichoschools.org/ms/library");

	menu.addSubItem("freedownloadid", "Cantiague Library", "Cantiague School Library",  "http://www.jerichoschools.org/cantiague/specials/library2.htm");

	menu.addSubItem("freedownloadid", "Jackson Library", "Jackson School Library",  "http://www.jerichoschools.org/jackson/school/library/library.htm");

	menu.addSubItem("freedownloadid", "Seaman Library", "Seaman School Library",  "http://www.jerichoschools.org/seaman/mattern/pages/matternhome.html");

	menu.addSubItem("freedownloadid", "Jericho Public Library", "Jericho Public Library",  "http://www.jericholibrary.org/");

	menu.addSubItem("freedownloadid", "Nassau Library System", "Nassau Library System",  "http://www.nassaulibrary.org/");

	menu.addSubItem("freedownloadid", "Nassau School Library System", "Nassau School Library System",  "http://www.nassauboces.org/nsls/");





	menu.addSubItem("miscid", "High School Library", "High School Library",  "http://opac.jerichoschools.org/m3/apps/m3opac/highschool");

	menu.addSubItem("miscid", "Nassau County Libraries", "Nassau County Libraries",  "http://www.alisweb.org/");

	menu.addSubItem("miscid", "Nassau School Libraries", "Nassau School Libraries",  "http://170.24.254.2/m3/apps/m3opac/UnionCatalog?command=getSession&session=d2e52258-84a9-11d8-a2e3-c46beba9c24c&style=ui");

menu.addSubItem("miscid2", "Google", "Google",  "http://www.google.com");

menu.addSubItem("miscid2", "Alta Vista", "Altavista",  "http://www.altavista.com");

menu.addSubItem("miscid2", "AlltheWeb", "AlltheWeb",  "http://www.alltheweb.com");

menu.addSubItem("miscid2", "Yahoo", "Yahoo",  "http://search.yahoo.com");

menu.addSubItem("miscid2", "Librarians' Index to the Internet", "Librarians' Index to the Internet",  "http://www.lii.org");

menu.addSubItem("miscid2", "Dogpile", "Dogpile",  "http://www.dogpile.com");



	menu.addSubItem("searchengineid", "Web Site Evaluation", "Web Site Evaluation",  "http://www.jerichoschools.org/hs/library/web_eval.pdf");

	menu.addSubItem("searchengineid", "PowerPoint Tips", "PowerPoint Tips",  "http://www.jerichoschools.org/hs/library/rules_for_ppt.pdf");
	
	menu.addSubItem("searchengineid", "Passwords", "Passwords",  "http://www.jerichoschools.org/hs/library/password.html");

		menu.addSubItem("searchengineid", "NoodleTools", "NoodleTools",  "http://www.noodletools.com/login.php?group=276&code=2549");

menu.addSubItem("searchengineid", "E-mail", "E-mail",  "http://mail.jerichoschools.org/exchange/");

menu.addSubItem("searchengineid", "Citrix Server", "Citrix Server",  "http://citrix.jerichoschools.org/");

menu.addSubItem("searchengineid", "Blackboard", "Blackboard",  "http://www.jerichoschools.org/blackboard/");


	menu.showMenu();

}