﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['关于保安水利', 'sc_about.html', null,
		['董事长的话', 'sc_intro.html'],
		['公司简历', 'sc_brief_history.html'],
		['业务范围', 'sc_major_business.html'],
		['服务范围', 'sc_services_scope.html'],
		['世界专业组织成员', 'sc_membership.html']
	],
	['工程项目', 'construction.html', null,
		['本地', 'construction.html'],
		['国内', 'construction.html'],
		['海外', 'construction.html']
	],
	['最新消息', 'sc_index.html'],
	['企业架构', 'sc_group.html'],
	['下载区', 'construction.html'],
	['联络我们', 'paengineering@paengineeringltd.com']
];

