/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Products', null, null,
		['Product Details','product.html']
	],
	
	['Shipping', 'shipping.html'],
	['Contact Us', 'contact.html'],	
	
	['Buy Now!', 'order_aus.html']
];
