/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'main.html'],
	['Administration', 'admin/index.html', null,
		['School Board', 'admin/board.html'],
		['Superintendent', 'admin/super.html', null,
			['Accreditation', 'admin/accred.html'],
			['Dist News Letter-HTML', 'admin/news-let.html'],
			['Dist Report Card-PDF', 'admin/wasl-rep.pdf', {'tw':'_blank'}],
			['Public Notice-HTML', 'admin/pubn.html'],
			['Public Notice-PDF', 'admin/pubn.pdf', {'tw':'_blank'}],
			['S & P Report-HTML', 'admin/sp-rep.html'],
			['School Brochure', 'admin/sch-broch.pdf', {'tw':'_blank'}],
			['Free PDF download', 'http://www.adobe.com/', {'tw':'_blank'}]
		],
		['Principal', 'admin/princ.html'],
		['Office', 'admin/contact.html']
	],
	['Schools', 'schools/index.html', null,
		['Early Childhood PS', 'schools/ec-ps.html'],
		['Elementary K-5', 'schools/k-5.html'],
		['Junior High: 6-8', 'schools/jr-hi.html'],
		['High School: 9-12', 'schools/hi-sch.html'],
		['Lifelong Learning', 'schools/life.html']
	],
	['Sports', 'sports/index.html', null,
		['Booster Club', 'sports/booster.html'],
		['WIAA', 'sports/wiaa.html']
	],
	['Daily Bulletin', 'http://si.lax.wednet.edu/bulletin/', {'tw':'_blank'}],	
	['Monthly Menu', 'news/menu.html'],
	['Dist Calendar', 'news/cal.html'],
	['News/Events', 'news/index.html'],
	['Students', 'stu/index.html', null,
		['Counselor/College', 'res/couns.html'],
		['Handbook: Athletics', 'stu/handbk3.html'],
		['Handbook: Elementary', 'stu/handbk.html'],
		['Handbook: Student', 'stu/handbk2.html'],
		['Resources', 'res/stu-res.html'],
		['Virtual Library', 'lib/index.html']
	],
	['Parents', 'stu/parent.html', null,
		['Counselor/College', 'res/couns.html'],
		['Grade Scales', 'res/gr-sc.html'],
		['LCEA ', 'res/lcea.html'],
		['Resources', 'res/stu-res2.html'],
		['Student Fees', 'stu/fees.html'],
		['Contact LAX', 'admin/contact.html']
	],
	['Staff', 'admin/teach.html', null,
		['Resources', 'res/t-res.html']
	],
	['Alumni', 'res/alumni.html'],
	['Awards', 'news/awards.html'],
	['LaCrosse WA', 'http://www.lacrossewa.us/', {'tw':'_blank'}],
	['Contact Us', 'admin/contact.html']
];
