/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['公司简介', '/coverview.php', null,
		['业务综述', '/coverview.php', null],
		['发展历程', '/chistory.php', null],
		['机构概况', '/cprofile.php', null],
		['合作伙伴', '/cpartners.php', null],

	],
	['软件产品', '/poverview.php', null,
		['Cloud Gate for Google Apps', '/cloudgate_lineup.php', null,
			['单点登录系统', '/cloudgate_sso.php', null],
			['共享通讯录', '/cloudgate_addressbook.php', null],
			['附件安全存储', '/cloudgate_securestorage.php', null],
			['CloudGate实例', '/cloudgate_casestudy.php', null],
		],
		['软件电话', '/ppphone.php', null,
			['简介', '/ppphone.php', null],
			['PPPhone软件电话', '/ppphone_ua1.php', null],
			['VoIP SDK', '/ppphone_sdk1.php', null],
			['SIP协议栈SDK', '/ppphone_ss1.php', null],
			['示例', '/ppphone_ex.php', null],
		],
		['移动数据', '/mobile_data.php', null,
			['@Box', '/atbox.php', null],
			['PPPush', '/pppush1.php', null],
		],
		['Web技术', '/web_technology.php', null],
		
	],
	['解决方案', '/blackberry0.php', null,
		['Google Apps系统整合', '/googleapps_integration.php', null,
			['Domino邮件转移', '/googleapps_integration_mailmigration.php', null],
			['Domino数据转移', '/googleapps_integration_datamigration.php', null],
			['Notes应用程序转移', '/googleapps_integration_applimigration.php', null],			
			['构建Google Sites', '/googleapps_integration_sites.php', null],
			['AppEngine开发', '/googleapps_integration_appengine.php', null],
		],
		['黑莓技术', '/blackberry0.php', null,
			['软件和解决方案', '/blackberry1.php', null],
			['黑莓企业服务器', '/blackberry2.php', null],
			['咨询服务', '/blackberry6.php', null],			
			['系统集成', '/blackberry3.php', null],
			['维护/管理', '/blackberry4.php', null],
			['技术支持', '/blackberry5.php', null],
		],
		['网络融合', '/conv0.php', null,
			['固定移动融合', '/conv1.php', null],
			['三网合一', '/conv2.php', null],
			['企业VoIP', '/conv3.php', null],		
			['双模智能手机', '/conv4.php', null],
			['FMC软件包', '/fmc_enabler1.php', null],		
			],
		['系统集成', '/solutions.php'],
		['实例分析', '/cases.php'],
		
	],
	['招贤纳士', '/careers1.php', null,
		['加入ISR', '/careers1.php'],
		['空缺职位', '/careers2.php'],
	],
	['新闻动态', '/news3.php', null,
		['公司动态', '/news3.php'],
		['媒体报道', '/news2.php'],
		['新闻发布', '/news1.php'],
	],
	['联系我们', '/contactus.php', null,
		['联系方式', '/contactus.php'],
		['业务咨询', '/form_web1.php'],
	],
];

