﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['關於保安水利', 'tc_about.html', null,
		['董事長的話', 'tc_intro.html'],
		['公司簡歷', 'tc_brief_history.html'],
		['業務範圍', 'tc_major_business.html'],
		['服務範圍', 'tc_services_scope.html'],
		['世界專業組織成員', 'tc_membership.html']
	],
	['工程項目', 'construction.html', null,
		['本地', 'construction.html'],
		['國內', 'construction.html'],
		['海外', 'construction.html']
	],
	['最新消息', 'tc_index.html'],
	['企業架構', 'tc_group.html'],
	['下載區', 'construction.html'],
	['聯絡我們', 'paengineering@paengineeringltd.com']
];

