/* Tigra Menu items structure */
var MENU_ITEMS = [
	['ACCREDITATION', 'http://www.cotlf.org/School/Accreditation.asp'],
	['STUDENT REGISTRATION', 'http://www.cotlf.org/School/Admissions.asp'],
	['SPORTS', 'http://www.cotlf.org/School/Athletics.asp'],
	['SACRAMENTAL PREPARATION', 'http://www.cotlf.org/Church/Religioused.asp'],
	['Monthly Calendars', 'http://cotlf.org/school/BrownGreen.asp'],
	['<table border="3" bordercolordark="#000000"><tr><td width="240" align="center"><font color="blue">EDLINE <Br /> CLICK HERE<font></td></tr></table>', 'https://www.edline.net/Index.page', {'sh':50}],
	['ACCELERATED READER Info.', 'http://www.cotlf.org/School/AR.asp', null,
		['Kindergarten', null, null,
			['Current Week', 'http://cotlf.org/School/arKWk.asp'],
			['Current Month', 'http://cotlf.org/School/arKMo.asp'],
			['Year To Date', 'http://cotlf.org/School/arKYTD.asp']
		],
		['1st Grade', null, null,
			['Current Week', 'http://cotlf.org/School/ar1Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar1Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar1YTD.asp']
		],
		['2nd Grade', null, null,
			['Current Week', 'http://cotlf.org/School/ar2Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar2Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar2YTD.asp']
		],
		['3rd Grade', null, null,
			['Current Week', 'http://cotlf.org/School/ar3Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar3Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar3YTD.asp']
		],
		['4th Grade', null, null,
			['Current Week', 'http://cotlf.org/School/ar4Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar4Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar4YTD.asp']
		],
		['5th Grade', null, null,
			['Current Week', 'http://cotlf.org/School/ar5Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar5Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/AReader/5YTD.asp']
		],
		['6th Grade', 'http://cotlf.org/School/ar6Wk.asp', null,
			['Current Week', null],
			['Current Month', 'http://cotlf.org/School/ar6Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar6YTD.asp']
		],
		['7th Grade', null, null,
			['Current Week', 'http://cotlf.org/School/ar7Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar7Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar7YTD.asp']
		],
		['8th Grade', 'http://cotlf.org/School/AReader/8Wk.asp', null,
			['Current Week', 'http://cotlf.org/School/ar8Wk.asp'],
			['Current Month', 'http://cotlf.org/School/ar8Mo.asp'],
			['Year To Date', 'http://cotlf.org/School/ar8YTD.asp']
		],
		['STS Overall', 'http://cotlf.org/School/AReader/STSWk.asp', null,
			['Current Week', 'http://cotlf.org/School/arSTSWk.asp'],
			['Current Month', 'http://cotlf.org/School/arSTSMo.asp'],
			['Year To Date', 'http://cotlf.org/School/arSTSYTD.asp']
		],
		['AR General Information', 'http://cotlf.org/School/ARInfo.asp']
	]
];

