/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	
	
	
	['About Us', null, null,
	 	['Welcome Letter', 'head of school.html'],
	 	['About Us', 'about.html'],
		['School Info', 'info.html'],
		['Philosophy', 'philosophy.html'],
		['Support', 'support.html'],
		
		['Brochure', 'SPA PDFs/brochure.pdf',  {'tw':'_blank'}],
		['Viewbook', 'SPA PDFs/viewbook.pdf', {'tw':'_blank'}],
		['Location', 'location.html'],
		['Google Map', 'http://maps.google.com/maps?client=firefox-a&rls=org.mozilla:en-US:official&channel=s&hl=en&q=10101+jefferson+blvd&um=1&ie=UTF-8&hq=&hnear=10101+Jefferson+Blvd,+Culver+City,+CA+90232&gl=us&ei=pIgGTK7zCZGUMtmvsaoJ&sa=X&oi=geocode_result&ct=title&resnum=1&ved=0CBMQ8gEwAA', {'tw':'_blank'}],
		['STAR Education', 'http://www.starinc.org', {'tw':'_blank'}],
		['ECO Station', 'http://www.ecostation.org', {'tw':'_blank'}],
		
		['Staff', 'staff.html']
	],
	
	
	
	['Admissions', 'enrollment.html'],
	

	['Programs', null, null,
		['Core Curriculum', 'core.html'],
		['College Assistance', 'college.html'],
		['Foreign Language', 'languages.html'],
		['Physical Education', 'physical.html'],
		['Electives', 'electives.html']
	],
	
	['News', 'http://starinc.brinkster.net/blog/prep/',  {'tw':'_blank'}],
	['Grade Link', 'http://www.gradelink.com',  {'tw':'_blank'}],

	['Calendar', 'SPA PDFs/calendar.pdf', {'tw':'_blank'}],
	['Contact Us', 'contact.html'],

	
	['Events', 'events.html'],
];
