﻿/* Tigra Menu items structure */
var MENU_ITEMS_E = [
/*	['Home', 'home.html', {'tw':'_self','sb':'Home'}],*/
	['News', 'news.html', {'tw':'_self','sb':'News'}],
	['About us', 'about.html', {'tw':'_self','sb':'About us'}],
	['Retail Products', 'products.html', {'tw':'_self','sb':'Retail Products'},
		['Civil Engineering Testing Equipment', 'products.html#CivilEngineering', {'tw':'_self','sb':'Civil Engineering Testing Equipment'}],
		['Medical Instruments', 'products.html#Medical', {'tw':'_self','sb':'Medical Instruments'},
			['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'}]
			]
		],
		['Enviroment Protection Instruments', 'products.html#EnvironmentProtection', {'tw':'_self','sb':'Enviroment Protection Instruments'}],
		['Engineering Training Equipment', 'products.html#EngineeringTraining', {'tw':'_self','sb':'Engineering Training Equipment'}],
		['Sensors and Data Loggers', 'products.html#SensorsAndDataLoggers', {'tw':'_self','sb':'Sensors and Data Loggers'}],
		['Miscellaneous', 'products.html#Miscellaneous', {'tw':'_self','sb':'Miscellaneous'}]
	],
	['Support and Enquiry', 'contact.html', {'tw':'_self','sb':'Support and Enquiry'}]
];
