//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "District Information", "District Information",  null, null);
	menu.addItem("searchengineid", "Schools", "Schools",  null, null);
	menu.addItem("newsid", "Links", "Links",  null, null);
	menu.addItem("freedownloadid", "District Leadership", "District Leadership",  null, null);
	menu.addItem("miscid", "Miscellaneous", "Miscellaneous",  null, null);

	menu.addSubItem("webmasterid", "District Home", "District Home",  "http://www.eastholmes.k12.oh.us/", "");
	menu.addSubItem("webmasterid", "Job Opportunities", "Job Opportunities",  "http://www.eastholmes.k12.oh.us/district/jobop.htm", "");
	menu.addSubItem("webmasterid", "Special Education", "Special Education",  "http://www.eastholmes.k12.oh.us/specialed.htm", "");
	menu.addSubItem("webmasterid", "Curriculum", "Curriculum",  "http://www.eastholmes.k12.oh.us/curriculum.htm", "");
	menu.addSubItem("webmasterid", "Title I", "Title I",  "http://www.eastholmes.k12.oh.us/titlei", "");
	menu.addSubItem("webmasterid", "District Calendar", "District Calendar",  "http://www.dynacal.com/eastholmes/calendar.asp?OrgId=1828", "");
	menu.addSubItem("webmasterid", "Testing", "Testing",  "http://www.ode.state.oh.us/GD/Templates/Pages/ODE/ODEPrimary.aspx?page=2&TopicRelationID=9", "");
	menu.addSubItem("webmasterid", "Board Meeting", "Board Meeting",  "http://www.eastholmes.k12.oh.us/district/boardmtg.htm", "");
	menu.addSubItem("webmasterid", "2011-12 Calendar", "2011-12 Calendar",  "http://www.eastholmes.k12.oh.us/forms/2011-12AdoptedCalendar.pdf", "");
menu.addSubItem("webmasterid", "2012-13 Calendar", "2012-13 Calendar",  "http://www.eastholmes.k12.oh.us/forms/2012-13AdoptedCalendar.pdf", "");
	menu.addSubItem("webmasterid", "Bus Route Information", "Bus Route Information",  "http://www.eastholmes.k12.oh.us/busschedule.htm", "");
	menu.addSubItem("webmasterid", "Forms", "Forms",  "http://www.eastholmes.k12.oh.us/forms/index.htm", "");
	menu.addSubItem("webmasterid", "Athletic Schedule", "Athletic Schedule",  "http://www.highschoolsports.net/default3.cfm?scm=1&ltc=1&otc=1&ptc=1&school=OH446107264", "");

	
	menu.addSubItem("searchengineid", "Berlin", "Berlin",  "http://www.eastholmes.k12.oh.us/berlin/", "");
	menu.addSubItem("searchengineid", "Charm", "Charm",  "http://www.eastholmes.k12.oh.us/charm/", "");
	menu.addSubItem("searchengineid", "Chestnut Ridge", "Chestnut Ridge", "http://www.eastholmes.k12.oh.us/chestnutridge/", "");
	menu.addSubItem("searchengineid", "Flat Ridge", "Flat Ridge",  "http://www.eastholmes.k12.oh.us/flatridge", "");
	menu.addSubItem("searchengineid", "Hiland", "Hiland", "http://sites.google.com/a/eastholmesschools.org/learningcommons/", "");
	menu.addSubItem("searchengineid", "Mt. Hope", "Mt. Hope", "http://www.eastholmes.k12.oh.us/mthope", "");
	menu.addSubItem("searchengineid", "Sharp Run", "Sharp Run", "http://www.eastholmes.k12.oh.us/sharprun", "");
	menu.addSubItem("searchengineid", "Walnut Creek", "Walnut Creek", "http://www.eastholmes.k12.oh.us/walnutcreek", "");
	menu.addSubItem("searchengineid", "Winesburg", "Winesburg", "http://www.eastholmes.k12.oh.us/winesburg", "");
	menu.addSubItem("searchengineid", "Wise", "Wise", "http://www.eastholmes.k12.oh.us/wise", "");
	
	menu.addSubItem("newsid", "Tri-County ESC", "Tri-County ESC",  "http://www.youresc.k12.oh.us", "_blank");
	menu.addSubItem("newsid", "Ohio Department of Education", "Ohio Department of Edcuation",  "http://www.ode.state.oh.us/", "_blank");
	menu.addSubItem("newsid", "US Department of Education", "US Department of Edcuation",  "http://www.ed.gov", "_blank");
	menu.addSubItem("newsid", "TCCSA", "TCCSA",  "http://www.tccsa.net", "_blank");
	menu.addSubItem("newsid", "Schoolnet", "Schoolnet",  "http://www.osn.state.oh.us/Default.asp?bhcp=1", "_blank");
	menu.addSubItem("newsid", "Infohio", "Infohio",  "http://www.infohio.org", "_blank");
	menu.addSubItem("newsid", "Webedit", "Webedit",  "https://www.eastholmes.k12.oh.us/webedit/webedit.asp", "");
	menu.addSubItem("newsid", "Progress Book", "Progress Book",  "https://progress.tccsa.net/", "_blank");

	menu.addSubItem("freedownloadid", "Administration", "Administration",  "http://www.eastholmes.k12.oh.us/administration.htm", "");




	menu.addSubItem("miscid", "Holmes Chamber of Commerce", "Holmes Chamber of Commerce",  "http://www.visitamishcountry.com/", "_blank");
	menu.addSubItem("miscid", "Holmes County", "Holmes County",  "http://www.rootsweb.com/~ohholmes/", "_blank");
	menu.addSubItem("miscid", "Holmes County Library", "Holmes County Library",  "http://www.holmes.lib.oh.us/", "_blank");

	menu.showMenu();
}
