/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php'],
	['Products', 'products.php'],
	['Vintage', 'vintage.php'],
	['Contact', 'contacts.php'],
	['E-mail', 'mailto:blueut@aol.com']
];
