/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', null,
		['About SESI', 'about.htm'],
		['Contact SESI', 'contact.htm'],
		['SESI News', 'sesinews.htm']
	],
	['Products', null, null,
		['Overview', 'productoverview.htm'],
		['SESI Catalogs', null, null,
			['Inventory', 'catalog.htm'],
			['Microsoft Products', 'microsoft.htm'],
			['System Protection', 'norton.htm'],
			['Palm Accessories', 'palm.htm']
		],
		['Multimedia Mini-PC', 'minipc.htm'],
		['Custom Workstations', 'customPC.htm']
	],
	['Services', null, null,
		['Overview', 'servicesoverview.htm'],
		['Website Design', 'webdesign.htm'],
		['Technical Support', 'technicalsupport.htm'],
		['RBS', 'rbs.htm'],
		['Diagnostics', 'diagnostics.htm'],
		['Government Contracts', 'govern_contracts.htm']
	],
	['SESI Articles', 'sesinews.htm#sesinews'],
	['Employment', 'employment.htm']
];
