/*
  --- menu items --- 
*/
var MENU_ITEMS = [
	['Home', 'home.cfm', null, null],
	['About Us', null, null,
		['School History', 'home.cfm?tid=1'],
		['Our Faculty', 'home.cfm?tid=11'],
		['Student Profile', 'home.cfm?tid=2'],
		['School Philosophy', 'home.cfm?tid=3'],
		['Recent Test Scores', 'home.cfm?tid=4'],
		['Available Classes', 'home.cfm?tid=13'],
		['College Placement', 'home.cfm?tid=5'],
		['Awards & Honors', 'home.cfm?tid=6'],
		['School Divisions', 'home.cfm?tid=7'],
		['Driving Directions', 'home.cfm?tid=25'],
	],	
	['Admissions', null, null,
		['Procedures', 'home.cfm?tid=15'],
		['International Students', 'home.cfm?tid=36'],
		['Forms', 'home.cfm?tid=16'],
		['Tuition & Fees', 'home.cfm?tid=17'],
		['Dress Code', 'home.cfm?tid=18'],
	],	
	['Summer School', null, null,
		['El Cajon', 'summer/summerec2.pdf'],
		['San Diego', 'summer/summersd1.pdf'],
		['International', 'summer/summerinter1.pdf'],
	],	
	['School Events', null, null,
		['School Calendar', 'home.cfm?tid=19'],
		['Announcements', 'home.cfm?tid=21'],
		['Flyers & Forms', 'home.cfm?tid=34'],
		['Homework Forum', 'home.cfm?tid=23'],
		['CCPAA Athletics', 'http://womenrunners.com/ccpaa/'],
		['Student Art', 'art_home.cfm?tid=1'],
	],	
	['El Cajon Campus', 'home2.cfm', null, null],
	['Photo Gallery', null, null,
		['Cross Country', 'photo_home.cfm?tid=1'],
		['Halloween Gallery', 'photo_home.cfm?tid=12'],
		['Winter Concert', 'photo_home.cfm?tid=33'],
		['Elem. Science Fair', 'photo_home.cfm?tid=58'],
		['Winter Dance Recital', 'photo_home.cfm?tid=73'],
		['Drama: Working', 'photo_home.cfm?tid=97'],
		['Spring Dance Recital', 'photo_home.cfm?tid=124'],
		['Curtain Goes Up', 'photo_home.cfm?tid=152'],
	],
	['Contact Us', 'home.cfm?tid=26',null, null],
];

