	var menuArrayIntro = [
		["The Association", "content_en.php?pg=aboutUs", null],
		["Message from Chairman", "content_en.php?pg=msgFrmChair", null],
		["Vision & Mission", "content_en.php?pg=visionMission", null],
	 	["Executive Committee", "content_en.php?pg=exCo", null],
		["Doctorial Research Group", "content_en.php?pg=doctoralResGrp", null],
		["Honourable Fellow Member", "content_en.php?pg=honFellow", null]		
	]

	var menuArrayAboutUs = [
		["Introduction", null, "menuArrayIntro"],
		["Services","content_en.php?pg=services",null],
		["Contact Us","content_en.php?pg=contactUs",null]
	]

	var menuArrayMembership = [
		["Introduction","content_en.php?pg=memberIntro",null],
		["Requirement & Fee","content_en.php?pg=memberReq",null],
		["Application Form","javascript:window.open('../forms/appform.pdf');self.location='content_en.php?pg=memberReq'",null]
	]

	var menuArrayAwards = [
		["HKQC Award" ,"content_en.php?pg=hkqcAward",null]
	]

	var menuArrayNewsActivities = [
		["HKQMA Notice","content_en.php?pg=notice",null],
		["Newsletter","content_en.php?pg=newsLetter",null],
		["Activity Schedules","content_en.php?pg=activitySchedule",null],
		["Activity Photos","javascript:window.open('http://hkqma.org/gallery');self.location='content_en.php?pg=activityPhotos'",null]
	]

	var menuArrayReference = [
		["Quality Basic","content_en.php?pg=qBasic",null],
		["Six Sigma Institute","javascript:window.open('http://www.ssi.org.hk/');self.location='content_en.php?pg=relatedLink'",null],
		["Related Link","content_en.php?pg=relatedLink",null]
	]
	
	var menuArrayBookSales = [
		
		["Online Store","javascript:window.open('http://hkqma.org/store');self.location='content_en.php?pg=books'",null]
	]

	var menuArrayRecruit = [
		["Job Seeker","content_en.php?pg=..\\recruit\\recruitServices",null],
		["Employer","content_en.php?pg=..\\recruit\\terms",null]
	]

	TOP_MENU_LEFT_OFFSET = 2;