/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Calendar', 'calendar.php'],
	['Staff List', 'staff.php'],
	['Handbook', 'handbook.php'],
	['PTO', 'pto.php', null,
		['Board Members', 'pto_board.php'],
		['Agendas', 'pto_agendas.php'],
		['Minutes', 'pto_minutes.php'],
		['Focus Project', 'pto_focus.php'],
		['Fundraising', 'pto_fundraising.php']
	],
	['For Parents', 'resources.php', null,
		['Accelerated Reader', 'resources_ar.php'],
		['Annual Report', 'resources_annualreport.php'],
		['Before and After School Program', 'resources_afterschool.php'],
		['Bulldog Bulletin', 'resources_bulletin.php'],
		['Bus Schedule', 'resources_bus.php'],
		['Documents/Flyers', 'documentsflyers.php', null,
			['Community Flyers', 'communityflyers.php'],
			['Forms for Parents', 'formsforparents.php'],
			['Links For Parents', 'linksforparents.php']
		],
		['Library Catalog Online', 'resources_library.php'],
		['School Impovement Plan', 'Improve_Plan.php']
	],
	['Transition', 'transition.php', null,
		['Committee Members', 'committeemembers.php'],
		['Meeting Notes', 'meetingnotes.php'],
		['Calendar and Events', 'calendarevents.php']
	]
];