/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Biscotti', 'products.html'],
	['Order', 'order.php'],
	['About Us', 'about.html'],
	['Contact Us', 'contact.html']
];
