/*
  --- 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 = [
	['Home', 'index.php', null,
	],
	['RIMA College', null, null,
		['History & Legacy', 'abt_history.php'],
		['President\'s Speech', 'abt_speech.php'],
		['Our Campuses', 'abt_campuses.php'],
		['Mission Statement', 'abt_mission.php'],
		['Recognition', 'abt_recognition.php'],
		['The Emblem', 'abt_emblem.php'],
		['What Is LEAP?', 'abt_leap.php'],
	],
	['Academic', null, null,
		['Overview', 'school.php'],
		['School of American Degree Pgm', 'school.php?sch=ADP'],
		['School of Engineering', 'school.php?sch=ENG'],
		['School of Bio Science', 'school.php?sch=BIOSC'],
		['School of Hotel Management', 'school.php?sch=HOTEL'],
		['School of Computer Science', 'school.php?sch=COMSC'],
		['School of Business', 'school.php?sch=BIZ'],
		['School of Sect. & Admin. Studies', 'school.php?sch=SECADM'],
		['Partners & Affiliates', 'partners.php'],
		['Online Registration', 'onlineregister.php?new=1'],
	],
	['Current Affair', null, null,
		['News & Updates', 'current_news.php'],
		['Events', 'current_event.php'],
		['Career @ RIMA', 'current_career.php'],
	],
	['Admissions', null, null,
		['Intake Dates', 'adm_intakedate.php'],
		['Online Registration', 'onlineregister.php?new=1'],
		['Scholarships & Loans', 'adm_scholarshiploan.php'],
	],
	['Contact RIMA', null, null,
		['Contacts Detail', 'contact_dept.php'],
		['General Inquiry', 'contact_inq.php'],
	],
];

