/*
  --- 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.html', null],
	
	['Administrator', null, null,
		['Login Home', 'Admin.asp'],
		['User Profile', 'UserProfile.asp'],
		['Course Details', 'Course.asp'],
		['Search Student', 'SearchCategory.asp'],
		['Logout', 'LogOut.asp'],
	],
	
	
	['Courses', null, null,
		['Why Study at AEA', '../WhyAEA.htm'],
		['Search for Courses', '../SearchData.htm'],
		['FAQ\'s', '../Under Construction.htm'],
		
	],
	['How to Apply', null, null,
		['International Courses', null, null,
			['How to Apply', '../How to Apply(International).htm'],
			['Fees and Charges', '../Fees & Entry.htm'],
			['Important Dates', '../Term Dates.htm'],
			['Contract Persons', '../Contact us Office.htm']
		],
		['Offshore Course', null, null,
			['How to Apply', '../How to Apply(local).htm'],
			['Fees and Charges', '../Fees & Entry(local).htm'],
			['Contract Persons', '../Contact us Office.htm']
		],

		
	],
	['About Us', null, null,
		['About AEA', '../About us.htm'],
		['Vision & Mission', '../Vision_Mission_Values.htm'],
		['Quality of AEA', '../Commitment to Quality.htm'],
		['AEA Facility', null, null,			
			['AEA Campus', '../Under Construction.htm'],
			['AEA Library', '../Under Construction.htm'],
			['Other', '../Other.htm']
		],
		['AEA Partners', '../Partners.html'],
		['Contact us', null, null,
			['Australian Branch','../Contact us AU.htm'],
			['Sri Lankan Branch','../Contact us SL.htm']
		],
		
	],
];


