/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Automation', 'page2.html', null,
		['FluidX >', 'page42.html', null,
			['Capper / Decapper', 'page43.html'],
			['Storage Pods', 'page44.html'],
			['Pocket Tips', 'page45.html'],
			['Adhesive Sealer', 'page46.html'],
			['Manual Sealer', 'page47.html']
		],
		['Inovadyne >', 'page54.html', null,
			['NanoDrop 1', 'page56.html'],
			['NanoDrop ExtY', 'page57.html'],
			['NanoDrop 2', 'page58.html'],
			['NanoDrop Express', 'page59.html'],
			['ScreenMaker 96+8', 'page60.html'],
			['PlateMaker HTS', 'page61.html']
		],
		['MatriCal >', null, null,
			['Automated Storage', null],
			['Automated Cell Culture', null],
			['SonicMan', null],
			['Squirt Plate Washer', null]
		],
		['Porvair >', 'page16.html', null,
			['MiniSeal', 'page17.html'],
			['TriSeal', 'page18.html'],
			['Vacuum Manifold', 'page19.html'],
			['UltraVap', 'page20.html'],
			['Plates', 'page21.html']
		],
		['Cedrex >', 'page10.html', null,
			['Tube Capper', 'page11.html'],
			['Tube Labeller', 'page12.html'],
			['Plate Labeller', 'page13.html'],
			['Sonic Tip Wash', 'page14.html']
		]
	],
	['Safety', 'page3.html', null,
		['Felcon >', 'page75.html', null,
			['Forensic', 'page76.html'],
			['Wet Bench', 'page77.html'],
			['Laminar Flow', 'page78.html'],
			['Clean Room', 'page79.html'],
			['Distribution', 'page80.html'],
			['Microbiological', 'page81.html']
		],
		['Fumair >', 'page22.html', null,
			['Fume Cupboards & Cabinets', 'page23.html'],
			['Monitoring & Control', 'page24.html']
		],
		['BigNeat >', 'page27.html', null,
			['Powder Weighing Cabinets', 'page28.html'],
			['Robotics Containment', 'page29.html']
		],
		['Step In >', 'page71.html', null,
			['BS100', 'page72.html'],
			['BS200', 'page73.html'],
			['BS50', 'page74.html']
		]
	],
	['Laboratory', 'page4.html', null,
		['MatriCal >', 'page49.html', null,
			['Assay Plates', 'page50.html'],
			['Chemically Resistant Plates', 'page51.html'],
			['Glass Bottom Plates', 'page52.html'],
			['Storage Plates & Tubes', 'page55.html']
		]
	],
	['Service', 'page64.html'],
	['Company', 'page5.html', null,
		['About Us', 'page5.html'],
		['Gallery', 'page67.html'],
		['Blog', 'page68.html']
	],
	['Shows', 'page9.html'],
	['Contact Us', 'page6.html'],
	['Links', 'page7.html']
];

