/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Hardware', 'indHard.html'],
	['Software', 'indSoft.html'],
	['Applications', null, null,
		['QA Inspection', 'inspect.html'],
		['Automotive Parts', 'cparts.html'],
		['Boat Parts', 'bparts.html'],
		['2D Patterns', '2d.html']
	],
	['Links', 'indLinks.html']
];
