/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'!'}],
	['Products', '', {'tw':'_self','tt':''},
		['Coupons and Specials', '/coupons.html', {'tw':'_self','tt':''}],
		['Regular Features', '/standard.html', {'tw':'_self','tt':''}],
		['Cakes', '/cakes.html', {'tw':'_self','tt':''}],
		['Seasonal Treats', '/seasonal.html', {'tw':'_self','tt':''}]
	],
	['Where to Buy', '/buy.html', {'tw':'_self','tt':''}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':''}],
];

