/*
  --- menu items --- 
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	

	['Home', null, null,
		['Home', '../PS_Web/index.html'],
],
	['About us', null, null,
		['About us', '../PS_Web/aboutus.html'],
],
	['Products', null, null,
		['Dairy Foods Division', null, null,
			['Freezing Point Depression', null, null, 
				['Cryoscopes', '../PS_Web/cryoscopes.html'],
				['Consumables', '../PS_Web/cryoaccess.html']
			],
			['Fat Determination', null, null,
				['Centrifuges', '../PS_Web/fatdeter.html'],
				['Glassware', '../PS_Web/glassware.html']
			],
			['Milk Constituent Analyzers', null, null,
				['IR Analyzers', '../PS_Web/delta.html'],
				['Fat Protein Lactose', '../PS_Web/delta.html'],
				['SNF etc', '../PS_Web/delta.html'],
				['Somatic Cell', '../PS_Web/delta.html']
			],
			['Quality Safety Testing', null, null,
				['Analyzers', '../PS_Web/charm.html'],
				['ALP Tests', '../PS_Web/charm.html'],
				['ATP Tests', '../PS_Web/charm.html'],
				['MRL Tests', '../PS_Web/charm.html'],
				['Somatic Cell', '../PS_Web/charm.html'],
				['Consumables']
			]
],
			['Life Sciences Division', null, null,			
			['Histology', '../PS_Web/histology.html'],
			['Osmometers', '../PS_Web/osmometers.html']
],
			['Reproductive IVF Division', null, null,			
			['Cellculture CO2 Incubators', '../PS_Web/incubators.html'],
			['IVF Workstation Chambers', '../PS_Web/incubators.html']
],
			['General Laboratory', null, null,
			['Centrifuges', '../PS_Web/alc.html'],
			['Environment Control', '../PS_Web/incubators.html'],
			['Incubators', '../PS_Web/incubators.html']
			]
],
	['Specials', null, null,
		['Dairy Foods Specials', '../PS_Web/dfspecials.html'],
		['Life Sciences Specials','../PS_Web/lsspecials.html'],
		['General Specials','../PS_Web/generalspecials.html'],
],	
	['Support', null, null,
		['Technical Support', '../PS_Web/support.html'],		
],
	['Clearance', null, null,
		['Stock Clearance','../PS_Web/clearance.html'],
],
	['Contact', null, null,
		['Email', 'mailto: sales@paragonscientific.com'],
		['Head Office Details', '../PS_Web/contactus.html'], 
],
	['Links', null, null,
		['vigilante.ws', 'http://www.vigilante.ws/'],		
	],
];
				


