/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html', {'tw':'_self','tt':'','sw':'60'}],
	['Our Products', '/about.html', {'tw':'_self','tt':'','sw':'120'},
/*		['About Our Products', '/about.html', {'tw':'_self','tt':''}], */
/*		['Menu', '/menu.html', {'tw':'_self','tt':''}],	 */
	],
	['Buy', '/buy.html', {'tw':'_self','tt':'','sw':'55'},
		['Breads and Rolls', '/bread.html', {'tw':'_self','tt':''}],
		['Pizza, Pastas, and Sauces', '/pizza.html', {'tw':'_self','tt':''}],		
		['Cookies, Brownies, Cakes,<br>and Desserts', '/sweets.html', {'tw':'_self','tt':''}],
		['In-Store Pick-Up Only', '/instore.html', {'tw':'_self','tt':''}],			
/*		['Sampler Packs and Other Gluten-Free Products', '/others.html', {'tw':'_self','tt':''}],	 */
	],
/*	['Testimonials', '/testimonials.html', {'tw':'_self','tt':''}], */
/*	['Recipes', '/recipes.html', {'tw':'_self','tt':''}], */
	['Shipping and Storage', '/shipstore.html', {'tw':'_self','tt':'','sw':'190'}],
	['Mailing List', '/mailinglist.html', {'tw':'_self','tt':'','sw':'105'}],
	['Wholesale', '/wholesale.html', {'tw':'_self','tt':'','sw':'103'}],
	['FAQs', '/faqs.html', {'tw':'_self','tt':'','sw':'65'}],
	['Links', '/links.html', {'tw':'_self','tt':'','sw':'60'}],
	['Contact Us', '/contactus.html', {'tw':'_self','tt':'','sw':'100'}],
	['View Cart', 'https://order.store.yahoo.net/cgi-bin/wg-order?yhst-32883581818554', {'tw':'_self','tt':'','sw':'95'}],
];

