﻿/* --- menu items --- */
var MENU_ITEMS = [
	['Home', sPrefix + 'index.htm', null],
	['About Us', sPrefix + 'about/mission.htm', null, 
		['Mission', sPrefix + 'about/mission.htm', null],
		['Philosophy', sPrefix + 'about/philosophy.htm', null],
		['Facility', sPrefix + 'about/facility.htm', null],
		['Results', sPrefix + 'about/results.htm', null],
		['Fact Sheet', sPrefix + 'about/facts.htm', null],
		['Governance', sPrefix + 'about/governance.htm', null],
		['Faculty &amp; Staff Directory', sPrefix + 'about/directory.htm', null],
		['Publications', sPrefix + 'about/publications.htm', null],
		['In The News', sPrefix + 'about/news2011.htm', null],
		['Improvement Plan', sPrefix + 'about/improvement.htm', null],
		['Charlie Sposato', sPrefix + 'about/charlie.htm', null]
	],
	['High School', sPrefix + 'academics/academics.htm', null, 
		['Our Students', sPrefix + 'academics/academics.htm', null],
		['Curriculum', sPrefix + 'academics/curriculum.htm', null],
		['Admissions', sPrefix + 'academics/admissions.htm', null],
		['Alumni', sPrefix + 'academics/spotlight.htm', null],
		['Calendar', sPrefix + 'academics/calendar.htm', null],
		['Homework Hotline', sPrefix + 'academics/homework.htm', null],
		['Parents', sPrefix + 'academics/parents.htm', null],
		['Athletics', sPrefix + 'academics/athletics.htm', null]
	],	
	['Middle School', sPrefix + 'academicsms/academics.htm', null, 
		['Our Students', sPrefix + 'academicsms/academics.htm', null],
		['Curriculum', sPrefix + 'academicsms/curriculum.htm', null],
		['Admissions', sPrefix + 'academics/admissions.htm', null],
	/*	['Middle School Spotlight', sPrefix + 'academicsms/spotlight.htm', null], */
		['Calendar', sPrefix + 'academicsms/calendar.htm', null],
		['Homework Hotline', sPrefix + 'academicsms/homework.htm', null],
		['Parents', sPrefix + 'academicsms/parents.htm', null],
		['Athletics', sPrefix + 'academicsms/athletics.htm', null]
	],
	['MATCH Corps', sPrefix + 'matchcorps/process.htm', null,
		['Application Process', sPrefix + 'matchcorps/process.htm', null],
		['MATCH Corps', sPrefix + 'matchcorps/howitworks.htm', null],
		['MATCH Teacher Residency', sPrefix + 'matchcorps/teacher.htm', null],
		['AmeriCorps', sPrefix + 'matchcorps/americorps.htm', null],
		['F.A.Q.', sPrefix + 'matchcorps/faq.htm', null],
		['MATCH Corps Directory', sPrefix + 'matchcorps/directory.htm', null],
		['MATCH Corps Network', sPrefix + 'matchcorps/resources7.htm', null],
		['MATCH Corps to Med School', sPrefix + 'matchcorps/medschool.htm', null],
		['Application Page', sPrefix + 'contact/apply.php', null]
	],
	['Get Involved', sPrefix + 'getinvolved/getinvolved.htm', null,
		['Donate', sPrefix + 'getinvolved/donate.htm', null],
		['Other Support', sPrefix + 'getinvolved/othersupport.htm', null],
		['Apply to MATCH Corps', sPrefix + 'contact/apply.php', null],
		['Apply to Teach or Lead', sPrefix + 'contact/applyacademic.htm', null],
		['Volunteering', sPrefix + 'getinvolved/volunteering.htm', null],
		['Events', sPrefix + 'getinvolved/events.htm']
	],
	['Contact Us', sPrefix + 'contact/contactus.htm', null,
		['Visiting Our Campus', sPrefix + 'contact/visiting.htm', null],
		['Careers', sPrefix + 'contact/careers.htm', null],
		['Directions', sPrefix + 'contact/directions.htm', null]
	],
];
