
var MENU_ITEMS = [
	['Home', 'index.html', null,
	],
	['Technology', 'diramed_technology.html', null,
		['Raman Spectroscopy', 'base_technology.html'],
		['Raman Applications', 'raman_applications.html'],
		['Research Laboratory', 'research_laboratory.html'],
		['Product Prototypes', 'product_prototypes.html'],
	],
	['Management Team', 'management_team.html', null,
		['Will Shain', 'will_shain.html'],
		['Troy Smith', 'troy_smith.html'],
		['Don Caudy', 'don_caudy.html'],
		['Hamish Baird', 'hamish_baird.html'],
		['John Lewis', 'john_lewis.html'],
		['Greg Sawchyn, MD, MBA', 'greg_sawchyn.html'],
		['Robert Schlegel', 'robert_schlegel.html'],
	],
	['Employment', null,null,
		['Electrical Engineer', 'job3.html'],
		['Mechanical Engineer', 'job4.html'],
		['Research Technician', 'job2.html'],
		['Chemometrician', 'job6.html'],
		['Software Engineer', 'job1.html'],
	],
	['Contact Us', 'contactus.html', null,
		['Inquiry', 'feedback.html'],
	],
];


