/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Programme', null, null,
		['Calendar', '/programme/calendar.html'],
			['Education/outreach', '/programme/education.html'],
		['Venues', '/programme/venues.html']
		
		],
	
	
	['Tickets', null, null,
		['Purchase tickets', '/tickets/purchasetickets.html'],
		['Subscriptions', '/tickets/subscriptions.html']
	],
	
	
	['Orchestra', null, null,
		['About the Orchestra', '/orchestra/orchestra.html'],
		['the Artistic director', '/orchestra/artisticdirector.html'],
		['Orchestra members', '/orchestra/OM.html'],
		['Recordings', '/orchestra/recordings.html'],
		
	],
	
	
	['Media', null, null,
		['News releases', '/media/releases.html'],
		['Reviews', '/media/reviews.html'],
		['Photo gallery', '/media/photogallery.html']
	],
	['Support', null, null,
		['Friends', '/support/friendsofico.html'],
			['Sponsorship', '/support/icosponsorship.html'],
		['High level support', '/support/howyoucangive.html'],
		['ICO Credit Card', 'https://wwwa.applyonlinenow.com/IRMPapp/Ctl/redirect?CV_sourceCode=1ico_mp'],
 	],
	['Behind the scenes', null, null,
		['Brief history', '/behindthescenes/briefhistory.html'],

		['Staff and Board', '/behindthescenes/staffandboard.html'],
					['Jobs at ICO', '/behindthescenes/jobsatico.html'],
		['Contact us', '/behindthescenes/contactus.html']
	]
];
