/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm',null,
		['Sponsors', null, null,
			['RDPE', 'http://www.rdpenetwork.org.uk/',  {'tw' : '_blank'},],
			['Brown and Co','http://www.brown-co.com/', {'tw' : '_blank'},],


		],


	],

	['Visiting the Festival', null, null,
		['Venue and Opening Times', 'venues.htm'],
		['Exhibitors and Stall Holders', 'exhibitors.htm'],
		['Theatre Programme', 'programme.htm'],
		['Daily Attractions','attractions.htm'],		
	],

	['Exhibiting', null, null,
		['Stand Options & Application Form', 'stands.htm'],
		['Promotional Opportunities', 'promo.htm'],
		['Barbecue', 'barbecue.htm'],

	],

	['News', 'news.htm', null,
		['Norfolk Food Festival', 'http://www.norfolkfoodfestival.co.uk/home.php',{'tw' : '_blank'}],
		['NFF Poster', 'http://www.nnbf.co.uk/nnfdf/nffposter.jpg', {'tw' : '_blank'}],
		['Recipes', 'recipes.htm'],
		['Press', null, null,
			['Paul Whittome Award', 'prl039.pdf', {'tw' : '_blank'}],
		],

	],

	['Contact Information', null, null,
		['More info', 'contact.htm'],
		['email', 'mailto:nigel@nnbf.co.uk'],
	],


	
		
];

