/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About', 'index.html'],
	['Links', 'links.html',
		],
	['Contact','contact.html']
];
