/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Apaxis', 'about-apaxis.html', {'sw':157},
		['Founders', 'founders.html'],
		['Management Team', 'management-team.html']
	],
	['Technology', 'technology.html', {'sw':157}],
	['Market Potential', 'marketpotential.html', {'sw':157}],
	['Links', 'links.html', {'sw':158}],
	['Contact', 'contact.html', {'sw':157}],
	['Home', 'index.html', {'sw':158}]
];
