/*
  --- menu items --- 
*/
var MENU_ITEMS1 = [
	['Home', '../home/main.html',],
	['KIA Departments', '../home/main.html', ,
		['Communications Department', '../communications_department/comm.html'],
		['Executive Department', '../executive_department/executive.html'],	
		['Finance Department', '../finance_department/finance.html'],
		['Lands Department', '../lands_department/lands.html', ,
			['Online Application and Mapping','http://kialicense.geoarctic.com/kialicense/',{'tw' : '_blank'}],
		],
	['Social Development Department', '../social_dev_department/social.html'],
	],
	['Services', '../Services/services.html'],
	['Event Calendar', '../Events/events.html'],
	['Kivalliq Region', '../Kivalliq/Kivalliq.html'],
	['Contact Us', '../ContactUs/ContactUs.html',],
];
var MENU_ITEMS2 = [
	['About Lands Dept.', '../lands_department/lands.html',],
	['Lands Dept. Functions', '../lands_department/landsFunctions.html',],
	['Inuit Owned Lands', '../lands_department/landsIOLAims.html', ,
			['Aim of IOL Management','../lands_department/landsIOLAims.html',],
			['IOL Authorization','../lands_department/landsIOLAuthorization.html',],
			['How to Apply for Access','../lands_department/landsIOLAccess.html',],
			['Online Application and Mapping','http://kialicense.geoarctic.com/kialicense/',{'tw' : '_blank'}],
			['Exclusive Possession','../lands_department/landsIOLExclusive.html',],
			['Exceptions','../lands_department/landsIOLException.html',],
			['Land Use Inspections','../lands_department/landsIOLInspections.html',],
			],
	['Online Application and Mapping', 'http://kialicense.geoarctic.com/kialicense/',{'tw' : '_blank'}],	
	['', , ,],	
	['Employee List','../lands_department/landsEmployeeList.html',],
];
var MENU_ITEMS3 = [
	['About Social Development Dept.', '../Social_Dev_department/social.html',],
	['Programs','../Social_Dev_department/social.html' , ,
		['Nunavut Youth Abroad Program', '../Social_Dev_department/socialYouthAbroad.html'],
	],
	['Employee List','../Social_Dev_department/SocialEmployeeList.html',],
];
var MENU_ITEMS4 = [
	['About Finance Dept.', '../Finance_department/finance.html',],
	['Employee List','../Finance_department/finEmployeeList.html',],
];
var MENU_ITEMS5 = [
	['About Executive Dept.', '../Executive_department/executive.html',],
	['Employee List','../Executive_department/execEmployeeList.html',],
];
var MENU_ITEMS6 = [
	['About Communications Dept.', '../Communications_department/comm.html',],
	['Employee List','../Communications_department/commEmployeeList.html',],
];

