/* Tigra Menu items structure */
var MENU_ITEMS1 = [
	['Home', 'mohr_home06.html', null,
	],
	['The Company', 'company06.html', null,
		['Employment', 'employment06.html'],
		['Literature', 'literature06.html'],
		['Locations', 'locations06.html'],
		['Map', 'map06.html']
	],
	['Engineering', 'engineering06.html', null,
		['Design & Development', 'design06.html'],
		['Analysis', 'analysis06.html'],
		['Engineering Support', 'eng_support06.html'],
		['Animation', 'animation06.html']
	],
	['Testing', 'testing06.html', null,
		['Force / Load', 'force06.html'],
		['Pressure', 'pressure06.html'],
		['Fatigue', 'fatigue06.html'],
		['Data Acquisition', 'data_acq06.html'],
		['Test Spec Sheets', 'test_specs.html']
	],
	['R.U.P.E.', 'rupe06.html'],
	['Contact Us', 'contact06.html', null,
		['Request Information', 'contact06.html'],
		['Map', 'map06.html']
	]
];

