﻿/* Tigra Menu items structure */
var MENU_ITEMS_SC= [
/*	['主页', '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':'支援与查询'}]
];

