/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var MENU_ITEMS = [


	['Welcome&nbsp;', '/index.html'],

	['Singing &gt;&nbsp;', null, null,
		['About us', '/pages/about_us.html'],
		['Conductor', '/pages/conductor.html'],
		['Sing with us', '/pages/sing_with_us.html'],
		['Rehearsals', '/pages/rehearsals.html'],
		['Leeds Youth Choir', '/pages/youth_choir.html'],
	],

	['Music &gt;&nbsp;', null, null,
		['Future concerts', '/pages/future_concerts.html'],
		['Previous concerts', '/pages/previous_concerts.html'],
		['Recordings', '/pages/recordings.html'],
		['New works', '/pages/new_works.html'],
		['Music hire', '/pages/music_hire.html'],
	],

	['Supporting &gt;&nbsp;', null, null,
		['Social events', '/pages/social.html'],
		['Financial supporters', '/pages/supporters.html'],
		['Honorary patrons', '/pages/patrons.html'],
		['LFC Friends', '/pages/friends.html'],
		['Equal opportunities', '/pages/equal_opps.html'],
		['Executive Committee', '/pages/exec.html'],
	],

/*
	['Newsletters &gt;&nbsp;', null, null,
		['April 08', '/pages/Music_notes_apr_08.pdf'],
		['March 08', '/pages/Music_notes_mar_08.pdf'],
		['January 08', '/pages/Music_notes_jan_08.pdf'],
		['Email editor', 'mailto:newsletter@leedsfestivalchorus.co.uk'],
	],
*/

	['Press &gt;&nbsp;', null, null,
		['Reviews', '/pages/reviews.html'],
		['Press quotes', '/pages/quotes.html'],
	],

	['History&nbsp;', '/pages/history.html'],

	['Contact us&nbsp;', '/pages/contact.html'],

/*
	['Site Map&nbsp;', '/pages/site_map.html'],
*/

];
