/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html'],
	['Live demo', '/demo/index.html'],
	['Download', '/download/index.html'],
	['Developers', '/developers/index.html'],
	['FAQ', '/faq/index.html'],
	['Search', '/search.html'],
	['Contact', 'mailto:andy@visopsys.org']
];
