/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home Page', '/home.html', {'sb':'Introduction to In Voco Parentis'},
		['Location', '/location.html', {'sb':'IVP practise location'}],
		['IVP Choir \'songbite\'', '/choirsongbite.html', {'sb':'IVP Choir \'songbite\''}],
		['Music Team', '/musictteam.html', {'sb':'IVP Music Team'}]
	],
	['IVP Calendar', 'ivpcalendar.html', {'sb':'IVP Calender'},
		['Beethoven', '/beethoven9thsymp.htm', {'sb':'Beethoven 9th Symphony "Choral"'}],
		['Haydn', 'haydn-nelsonmass.html', {'sb':'Haydn - Nelson Mass'}],
		['Jenkins', 'haydn-nelsonmass.html', {'sb':'Jenkins - Armed Man'}],
		['Mozart', '/mozartrequiem.html', {'sb':'Mozart Requiem'}],
		['West Side Story', 'westsidestory.html', {'sb':'West Side Story Cabaret'}]
	]
];

