/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Main Pages', null, {'sw':178},
		['About Us', 'http://www.vbschools.com/root/aboutUs.asp'],
		['Administration', 'http://www.vbschools.com/administration/index.asp'],
		['Curriculum', 'http://www.vbschools.com/curriculum/index.asp'],
		['School Data/Research', 'http://www.vbschools.com/school_data/index.asp'],
		['Job Opportunities', 'http://www.vbschools.com/hr/index.asp'],
		['Policies', 'http://www.vbschools.com/policies_regulations/index.asp'],
		['Volunteers & Partners', 'http://www.vbschools.com/volunteers/index.asp'],
		['Standards of Learning', 'http://www.vbschools.com/sol/index.asp'],
		['School Board', 'http://www.vbschools.com/schoolboard/index.asp'],
		['Schools/Centers', 'http://www.vbschools.com/schools/directory.asp'],
		['Podcast/Video/Audio Library', 'http://www.vbschools.com/podcasts/index.asp'],
		['Press Room', 'http://www.vbschools.com/press_room.asp'],
		['No Child Left Behind', 'http://www.vbschools.com/schools/nclb/index.asp'],
		['Education Foundation', 'http://www.vbschools.com/volunteers/educ_found/index.asp'],
		['VBCPS Employees', 'http://www.vbschools.com/employees/index.asp'],
		['City of Virginia Beach', 'http://www.vbgov.com/default.aspx']
	]
];
