/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm', {'tt':'Return to Homepage','sb':'Return to Homepage'}],
	['Tasty', 'tasty.htm'],
	['Healthy', 'healthy.htm'],
	['Modern', 'modern.htm'],
	['FAQs', 'faqs.htm'],
	['Recipes', 'recipes.htm'],
	['Info', null, null,
		['Know your facts chart', 'downloads/Know-Your-Facts-chart.pdf', {'tw':'_blank'}],
		['Popular cuts chart', 'downloads/Popular-cuts-chart.pdf', {'tw':'_blank'}],
	],
	['Contact', 'contact.htm']
];

