/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About P & A', 'e_intro.html', null,
		['Messages from MD', 'e_intro.html'],
		['Brief History', 'e_brief_history.html'],
		['Major Business', 'e_major_business.html'],
		['Services Scope', 'e_services_scope.html'],
		['Membership', 'e_membership.html']
	],
	['Projects', 'construction.html', null,
		['Local', 'construction.html'],
		['Mainland China', 'construction.html'],
		['Overseas', 'construction.html']
	],
	['News', 'index.html'],
	['Our Group', 'e_group.html'],
	['Downloads', 'construction.html'],
	['Contact Us', 'paengineering@paengineeringltd.com']
];
