﻿/* Tigra Menu items structure */
var MENU_ITEMS_C= [
/*	['主頁', 'home.html', {'tw':'_self','sb':'主頁'}],*/
	['最新消息', 'news.html', {'tw':'_self','sb':'最新消息'}],
	['關於我們', 'about.html', {'tw':'_self','sb':'關於我們'}],
	['代理產品', 'products.html', {'tw':'_self','sb':'代理產品'},
		['土木工程試驗儀器', 'products.html#CivilEngineering', {'tw':'_self','sb':'土木工程試驗儀器'}],
		['醫療儀器', 'products.html#Medical', {'tw':'_self','sb':'醫療儀器'}/*,
			['Freezers', '', {'tw':'_self','sb':'Freezers'},
				['Controlled Rate Freezers', 'crf.html', {'tw':'_self','sb':'Controlled Rate Freezers'}],
				['Liquid Nitrogen Tanks', 'LN2Tanks.html', {'tw':'_self','sb':'Liquid Nitrogen Tanks'}],
				['-86ºC/-45ºC Freezer', '86_45_freezer.html', {'tw':'_self','sb':'-86ºC/-45ºC Freezer'}],
				['Plasma Freezer', 'plasmafreezer.html', {'tw':'_self','sb':'Plasma Freezer'}]
			],
			['Centrifuges', 'centrifuges.html', {'tw':'_self','sb':'Centrifuges'}],
			['Climatic Cabinets', 'ClimaticCabinets.html', {'tw':'_self','sb':'Climatic Cabinets'}],
			['Ovens/Incubators', 'ovensandincubators.html', {'tw':'_self','sb':'Ovens/Incubators'}],
			['Water Baths', 'waterbaths.html', {'tw':'_self','sb':'Water Baths'}],
			['Integrated Semen Analysis System', 'ISAS.html', {'tw':'_self','sb':'Integrated Semen Analysis System'}],
			['Cryogenic Accessories', 'cryogenicaccessories.html', {'tw':'_self','sb':'Cryogenic Accessories'}],
			['Monitoring System', '', {'tw':'_self','sb':'Monitoring System'},
				['Individual Device', 'individualdevice.html', {'tw':'_self','sb':'Individual Device'}],
				['24-hour Automatic Monitoring System', '24-hourAutomaticMonitoringSystem.html', {'tw':'_self','sb':'24-hour Automatic Monitoring System'}]
			]*/
		],
		['環境保護儀器', 'products.html#EnvironmentProtection', {'tw':'_self','sb':'環境保護儀器'}],
		['工程教學設備', 'products.html#EngineeringTraining', {'tw':'_self','sb':'工程教學設備'}],
		['傳感器及數據搜集儀', 'products.html#SensorsAndDataLoggers', {'tw':'_self','sb':'傳感器及數據搜集儀'}],
		['雜項', 'products.html#Miscellaneous', {'tw':'_self','sb':'雜項'}]
	],
	['支援與查詢', 'contact.html', {'tw':'_self','sb':'支援與查詢'}]
];

