//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("district", "School Board", "School Board",  null, null);
	menu.addItem("calendars", "Calendars", "Calendars", null, null);
	menu.addItem("schools", "Schools-Centers", "School-Centers",  null, null);	
	menu.addItem("parents", "Parents & Students", "Parents & Students", null, null);	
	menu.addItem("departments", "Departments", "Departments",  null, null);	
	menu.addItem("personnel", "Employment", "Employment",  null, null);
	menu.addItem("employee", "Empl Info", "Empl Info",  null, null);
	menu.addItem("community", "Community Info", "Community Info",  null, null);
	menu.addItem("contacts", "Contact Us", "Contacts",  null, null);
	menu.addItem("technology", "Tech Support", "Tech Support",  null, null);

	menu.addSubItem("district", "ACPS Home", "ACPS Home",  "http://www.sbac.edu/index.html", "");
	menu.addSubItem("district", "School Board Information", "School Board Information",  "http://www.sbac.edu/schoolboardinfo.htm", "");
	menu.addSubItem("district", "Board Members", "Board Members",  "http://www.sbac.edu/~wpops/board/boardmembers.html", "");
	menu.addSubItem("district", "Board Agendas", "Board Agendas",  "http://www.sbac.edu/~wpops/agenda/", "");
	menu.addSubItem("district", "Board Minutes", "Board Minutes",  "http://www.sbac.edu/~wpops/minutes/", "");
	menu.addSubItem("district", "Board Meetings/Workshops", "Board Meetings/Workshops",  "http://www.sbac.edu/~wpops/agenda/UpcomingMeetings.html", "");
	menu.addSubItem("district", "Informal Brd Mtgs/Workshop Minutes", "Informal Brd Mtgs/Workshop Minutes",  "http://www.sbac.edu/~wpops/InformalBoardMinutes-Workshops/index.html", "");
	menu.addSubItem("district", "Board Member Districts", "Board Member Districts",  "http://elections.alachua.fl.us/districts_schoolboard.html", "");
	menu.addSubItem("district", "Board Policies", "Board Policies",  "http://www.neola.com/alachua-fl", "");
	menu.addSubItem("district", "District Zoning", "District Zoning",  "http://www.sbac.edu/~wpops/zoning/zoning0304/index.html", "");	
	menu.addSubItem("district", "School Concurrency", "School Concurrency",  "http://www.sbac.edu/~wpops/SchoolConcurrency/index.html", "");	
	menu.addSubItem("district", "Annual Budget Exec. Summary", "Annual Budget Exec. Summary",  "http://www.sbac.edu/~wpops/budget/ExecutiveSummary.pdf", "");
	menu.addSubItem("district", "Legislative Priorities", "Legislative Priorities",  "http://www.sbac.edu/~wpops/district/LegislativePriorities.pdf", "");

	menu.addSubItem("calendars", "All Calendars", "School Calendars",  "http://www.sbac.edu/calendars.htm", "");
	menu.addSubItem("calendars", "Class Reunions", "Class Reunions",  "http://www.sbac.edu/~wpops/reunions/index.html", "");
	menu.addSubItem("calendars", "Fine Arts", "Fine Arts",  "http://www.sbac.edu/~wpops/arts/fineartscalendar.html", "");
	menu.addSubItem("calendars", "Graduation Schedule", "Graduation Schedule",  "http://www.sbac.edu/~wpops/calendar/graduationschedule.pdf", "_blank");
	menu.addSubItem("calendars", "SAC/PTA Meetings", "SAC/PTA Meetings",  "http://www.sbac.edu/~wpops/sac/sac-pta-mtgs.html", "");
	menu.addSubItem("calendars", "TLC Training Calendar", "TLC Training Calendar", "http://tlc.sbac.edu/cal.htm");
	menu.addSubItem("calendars", "More . . . ", "More . . . ",  "http://www.sbac.edu/calendars.htm", "");

	menu.addSubItem("schools", "Schools/Centers Home", "Schools/Centers Home",  "http://www.sbac.edu/schoolscenters.htm", "");
	menu.addSubItem("schools", "Charter Schools", "Charter Schools",  "http://www.sbac.edu/~wpops/CharterSchools/charterschools.html", "");
	menu.addSubItem("schools", "Magnet Programs", "Magnet Programs",  "http://www.sbac.edu/~wpops/magnetprograms/index.html", "");
	menu.addSubItem("schools", "School & Community", "School & Community", "http://www.sbac.edu/~wpops/community/communityrelations.html", "");
	menu.addSubItem("schools", "School Zoning", "School Zoning",  "http://www.sbac.edu/~wpops/zoning/zoning0304/index.html", "");
	menu.addSubItem("schools", "School Office Hours", "School Office Hours", "http://www.sbac.edu/~wpops/Schools/Officehours.html", "");
	menu.addSubItem("schools", "School Hours", "School Hours", "http://www.sbac.edu/~wpops/Schools/schoolhours.pdf", "");
	menu.addSubItem("schools", "School Grades", "School Grades", "http://www.sbac.edu/~wpops/pdf/SchoolGradesHistory.pdf", "");
	menu.addSubItem("schools", "School Menus", "School Grades", "http://www.schoolnutritionandfitness.com/index.php?sid=2006082049542856", "");
	menu.addSubItem("schools", "Head Start", "Head Start",  "http://www.sbac.edu/~famsvcs/", "");
	menu.addSubItem("schools", "Camp Lake Crystal", "Camp Lake Crystal",  "http://campcrystal.com/", "");
	menu.addSubItem("schools", "More . . . ", "More . . . ",  "http://www.sbac.edu/schoolscenters.htm", "");

	menu.addSubItem("parents", "Parent/Student Homepage", "Parent/Student Homepage",  "http://www.sbac.edu/parentstudent.htm", "");
	menu.addSubItem("parents", "Community Resources", "Community Resources",  "http://www.sbac.edu/community.htm", "");
	menu.addSubItem("parents", "Crisis Information", "Crisis Information",  "http://www.sbac.edu/~wpops/security/", "");	
	menu.addSubItem("parents", "Curriculum Homepage", "Curriculum Homepage",  "http://www.sbac.edu/~seccurr/", "");	
	menu.addSubItem("parents", "Head Start", "Head Start",  "http://www.sbac.edu/~famsvcs/", "");
	menu.addSubItem("parents", "Extended Day Enrichment Prog.", "Extended Day Enrichment Prog.",  "http://www.sbac.edu/~wpops/edep/hooray.html", "");
	menu.addSubItem("parents", "Magnet Programs", "Magnet Programs",  "http://www.sbac.edu/~wpops/magnetprograms/index.html", "");
	menu.addSubItem("parents", "Public Schools Foundation", "Public Schools Foundation",  "http://www.acpsf.org/", "");
	menu.addSubItem("parents", "Transportation Home", "Transportation Home",  "http://www.sbac.edu/~irfs/trans_home.htm", "");
	menu.addSubItem("parents", "Schools & Centers", "School & Centers",  "http://www.sbac.edu/schoolscenters.htm", "");
	menu.addSubItem("parents", "Selected Network Resources", "Selected Network Resources",  "http://www.sbac.edu/~wpops/OtherResources/resources.html", "");
	menu.addSubItem("parents", "Volunteer Services", "Volunteer Services",  "http://www.sbac.edu/~volprog/index.htm", "");
	menu.addSubItem("parents", "More . . . ", "More . . . ",  "http://www.sbac.edu/parentstudent.htm", "");

	menu.addSubItem("departments", "Departments Homepage", "Departments Homepage",  "http://www.sbac.edu/departments.htm", "");
	menu.addSubItem("departments", "Curriculum", "Curriculum",  "http://www.sbac.edu/~seccurr/index.html", "");
	menu.addSubItem("departments", "Employee Benefits", "Employee Benefits",  "http://www.sbac.edu/~benefits/index.htm", "");
	menu.addSubItem("departments", "Exceptional Student Education", "Exceptional Student Education",  "http://www.sbac.edu/~ese/", "");
	menu.addSubItem("departments", "Facilities", "Facilities",  "http://www.sbac.edu/~facility/", "");
	menu.addSubItem("departments", "Food and Nutrition", "Food and Nutrition",  "http://district.schoolnutritionandfitness.com/alachuacps/", "");
	menu.addSubItem("departments", "Guidance Department", "Guidance Department",  "http://www.sbac.edu/~stuserv/guidance/index.htm", "");
	menu.addSubItem("departments", "Health Services", "Health Services",  "http://www.sbac.edu/~health/", "");
	menu.addSubItem("departments", "Human Resources", "Human Resources",  "http://www.sbac.edu/employment.htm", "");
	menu.addSubItem("departments", "Information Resources", "Information Resources",  "http://www.sbac.edu/~ir/", "");
	menu.addSubItem("departments", "Instructional Technology", "Instructional Technology",  "http://www.sbac.edu/~it/", "");
	menu.addSubItem("departments", "Media Services", "Media Services",  "http://www.sbac.edu/~media/", "");
	menu.addSubItem("departments", "More . . . ", "More . . . ",  "http://www.sbac.edu/departments.htm", "");

	menu.addSubItem("personnel", "Human Resources Home", "Human Resources Home",  "http://www.sbac.edu/employment.htm", "");
	menu.addSubItem("personnel", "Contact Us", "Contact Us",  "http://www.sbac.edu/~hrserv/Contact/index.html", "");
	menu.addSubItem("personnel", "Employment Procedures", "Employment Procedures",  "http://www.sbac.edu/~hrserv/EmploymentProcedures/index.html", "");
	menu.addSubItem("personnel", "How to Apply", "How to Apply",  "http://www.sbac.edu/~hrserv/HowToApply/index.html","");
	menu.addSubItem("personnel", "View Vacancies-Complete Application", "View Vacancies-Complete Application",  "https://www.astihosted.com/acsd/Jam/DefaultApplicant.asp?From_Logout","");
	menu.addSubItem("personnel", "Certification", "Certification",  "http://www.sbac.edu/~hrserv/EducatorCertification/index.html", "");
	menu.addSubItem("personnel", "No Child Left Behind", "No Child Left Behind",  "http://www.sbac.edu/~hrserv/NoChildLeftBehind.pdf", "");
	menu.addSubItem("personnel", "Veterans' Preference", "Veterans' Preference",  "http://www.sbac.edu/~hrserv/VeteransPreferenceInformation-12-07.pdf", "");
	menu.addSubItem("personnel", "Administrative Pool", "Administrative Pool",  "http://www.sbac.edu/~hrserv/AdministrativePool/index.html", "");
	menu.addSubItem("personnel", "Salary Schedule", "Salary Schedule",  "http://www.sbac.edu/~wpops/Salary/08-09-SalarySchedules.pdf", "");
	menu.addSubItem("personnel", "Collective Bargaining", "Collective Bargaining",  "http://www.sbac.edu/~wpops/bargaining/index.html", "");
	menu.addSubItem("personnel", "Risk Management", "Risk Management",  "http://www.sbac.edu/~riskmang/", "");

	menu.addSubItem("employee", "Employee Information and Tech Support Home", "Employee Information and Tech Support Home",  "http://www.sbac.edu/foremployees.htm", "");
	menu.addSubItem("employee", "Blue Cross Blue Shield", "Blue Cross Blue Shield",  "http://www.bcbsfl.com/", "");
	menu.addSubItem("employee", "Collective Bargaining", "Collective Bargaining",  "http://www.sbac.edu/~wpops/bargaining/index.html", "");
	menu.addSubItem("employee", "DISCOUNTS AND DEALS", "DISCOUNTS AND DEALS",  "http://www.sbac.edu/~wpops/discountsanddeals/index.html", "");
	menu.addSubItem("employee", "Master Inservice Plan", "Master Inservice Plan",  "http://www.sbac.edu/~wpops/pdf/inservice.pdf", "");
	menu.addSubItem("employee", "Personnel On-line Training", "Personnel On-line Training",  "http://tlc.sbac.edu/staffdev/", "");
	menu.addSubItem("employee", "On-Line Training", "On-Line Training",  "http://www.sbac.edu/~ait/training.htm", "");
	menu.addSubItem("employee", "Employee Benefits", "Employee Benefits",  "http://www.sbac.edu/~benefits/index.htm", "");
	menu.addSubItem("employee", "Retirement", "Retirement",  "http://www.sbac.edu/~benefits/index.htm", "");
	menu.addSubItem("employee", "Florida Retirement", "Florida Retirement",  "http://www.rol.frs.state.fl.us/", "");
	menu.addSubItem("employee", "Teacher Production Lab", "Teacher Production Lab",  "http://www.sbac.edu/~tpl/", "");
	menu.addSubItem("employee", "Ala. Co. Council of PTAs", "Ala. Co. Council of PTAs",  "http://www.afn.org/~accpta/", "");
	menu.addSubItem("employee", "Computer Training", "Computer Training",  "http://tlc.sbac.edu/", "");
	menu.addSubItem("employee", "Technology Support", "Technology Support",  "http://www.sbac.edu/~ir/", "");
	menu.addSubItem("employee", "Identify Hoax Emails", "Identify Hoax Emails",  "http://hoaxbusters.ciac.org/HBHoaxIndex.html", "");
	menu.addSubItem("employee", "More . . . ", "More . . . ",  "http://www.sbac.edu/foremployees.htm", "");

	menu.addSubItem("community", "Community Homepage", "Community Homepage", "http://www.sbac.edu/community.htm", "");
	menu.addSubItem("community", "ABC-School Program", "ABC-School Program",  "http://www.sbac.edu/~wpops/CommunityInformation/ABC-SchoolsApplication.pdf", "");
	menu.addSubItem("community", "Alachua County PTA/PTSA", "Alachua County PTA/PTSA",  "http://accpta.org/default.aspx", "");
	menu.addSubItem("community", "ACPS Foundation", "ACPS Foundation",  "http://www.acpsf.org", "");
	menu.addSubItem("community", "Community Relations", "Community Relations",  "http://www.sbac.edu/~wpops/community/communityrelations.html", "");
	menu.addSubItem("community", "Public Information Office", "Public Information Office",  "http://www.sbac.edu/~wpops/PublicInformation/index.html", "");
	menu.addSubItem("community", "School Concurrency", "School Concurrency",  "http://www.sbac.edu/~wpops/SchoolConcurrency/index.html", "");	
	menu.addSubItem("community", "Tools for Schools", "Tools for Schools",  "http://www.toolsforschools.alachua.fl.us/", "");
	menu.addSubItem("community", "Surplus Store", "Surplus Store",  "http://www.sbac.edu/~wpops/department/PhysicalDistribution/physicaldistribution.html", "");
	menu.addSubItem("community", "Volunteers & Business Partners", "Volunteers & Business Partners",  "http://www.sbac.edu/~volprog/index.htm", "");

	menu.addSubItem("contacts", "Contact Us Home", "Contact Us Home",  "http://www.sbac.edu/contact.htm", "");
	menu.addSubItem("contacts", "Who to Call", "Who to Call",  "http://www.sbac.edu/departments.htm", "");
	menu.addSubItem("contacts", "DOE District Directory", "DOE District Directory",  "http://www.fldoe.org/schoolmap/flash/schoolmap_text.asp", "");
	menu.addSubItem("contacts", "Dan Boyd, SuperIntendent", "Dan Boyd, SuperIntendent",  "http://www.sbac.edu/~wpops/Superintendent/index.html", "");
	menu.addSubItem("contacts", "Board Members", "Board Members",  "http://sbac.edu/~wpops/board/boardmembers.html", "");
	menu.addSubItem("contacts", "Public Schools-Centers", "Public Schools-Centers",  "http://www.sbac.edu/schoolscenters.htm", "");
	menu.addSubItem("contacts", "Public Information Office", "Public Information Office",  "http://www.sbac.edu/~wpops/PublicInformation/index.html", "");
	menu.addSubItem("contacts", "Employee Extension List", "Employee Extension List", "http://www.sbac.edu/~fonehome/ext98-99.pdf", "");
	menu.addSubItem("contacts", "Questions/Comments", "Questions/Comments",  "mailto:issues@sbac.edu", "");

	menu.addSubItem("technology", "Go to Employee Information Page", "Go to Employee Information Page",  "http://www.sbac.edu/foremployees.htm", "");
	menu.addSubItem("technology", "Information Technology", "Information Technology",  "http://www.sbac.edu/~it", "");	
	menu.addSubItem("technology", "Information Resources", "Information Resources",  "http://www.sbac.edu/~ir", "");
	menu.addSubItem("technology", "Help Desk", "Help Desk",  "https://login.bigwebapps.com/Default.aspx", "");
	
	menu.showMenu();
}