/*
  --- 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 = [
	['關於我們', null, null,
		['公司歷史', 'aboutus.htm'],
		['公司概況', 'aboutus_2.htm'],
		['徵才資訊', 'employee.htm'],
		['合作夥伴', 'channel.htm']
	],
	['NGB三網融合', null, null,
	  	['NGB技術簡介', 'NGB_solutions_01.htm'],
	  	['NGB三網融合解決方案', 'NGB_solutions_02.htm'],
	  	['三網融合增值業務案例', 'NGB_cre_sample_01.htm']
	],
	['RFID硬體設備', null, null,
  	['特種標籤', null, null,
			['非接觸式CPU卡', 'product_12.htm'],
			['雙界面CPU卡', 'product_13.htm'],
	  	['可重覆抹寫顯示型RFID卡', 'product_01.htm'],
			['票幣、吊飾造型標籤', 'product_02.htm'],
			['集裝箱押運電子封條', 'product_03.htm'],
			['金屬電子標籤', 'product_04.htm'],
			['服飾專用標籤', 'product_09.htm'],
			['動物耳環標籤', 'product_10.htm'],
			['腕帶式電子標籤', 'product_11.htm'],
			['未封裝電子標籤', 'product_05.htm']
		],
		['讀寫機', null, null,
			['UHF超高頻手持讀寫器', 'product_14.htm'],
			['UHF超高頻讀寫機', 'product_07.htm'],
			['HF高頻讀寫機', 'product_08.htm']
		],
	],
	['中間件', 'product_06.htm', null],
	['解決方案', null, null,
		['智慧城市方案', 'solutions_11.htm'],
		['RFID小額支付管理系統', 'solutions_07.htm'],
		['RFID食品追溯管理系統', 'solutions_08.htm'],
		['RFID的物流管理應用方案', 'solutions_09.htm'],
		['可重覆抹寫顯示型RFID卡應用方案', 'solutions_10.htm'],
		['運輸物流', 'solutions.htm'],
		['零售物流管理', 'solutions_02.htm'],
		['醫療產', 'solutions_03.htm'],
		['資產追蹤管理', 'solutions_04.htm'],
		['出入門禁控制管理', 'solutions_05.htm'],
		['製造業生產線管理', 'solutions_06.htm']
	],
	['會員登入', 'http://220.132.166.225:81/pretide_en/Validate.asp?url=product.htm', null],
	['連絡我們', 'contactus.htm', null]
];


