/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
/*	['Admin', '/er/records/admin/', null,
		['AOC Database', '/er/records/admin/aoc/'],
		['Minors Database', '/er/records/admin/minors/'],
		['Degree Programs Database', '/er/records/admin/programs/']
	],*/
	['Forms', null /* '/er/records/forms/' */, null,
	 	['Academic Evaluation', '/er/records/academic_evaluation/'],
		['Change of Address', '/er/records/change_of_address/'],
		['Off-Campus Petition', '/er/records/course_petition/'],
		['Degree Completion', '/er/records/graduation/'],
		['Enrollment Verification', '/er/records/enrollment_verification_form/'],
		['Verification of Graduation', '/er/records/verification_of_graduation/'],
		['Contact Us', '/er/records/contact_us/']
	 ]
];
	

