/*
  --- 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 = [
	['Home', '/', null,
	
	],
	['About BFC', 'about.htm', null, 
		['About BFC', 'about.htm'],
		['President', 'president.htm'],
		['Music Director', 'director.htm'],
		['Accompanist', 'accompanist.htm'],
		['Conductor Emeritus', 'emeritus.htm'],
		['Join Us', 'joinus.htm'],
		
	],
	['Concerts', 'concerts.htm', null, 
		['Forthcoming Concerts', 'concerts.htm'],
		['Concert History', 'concerthistory.htm'],
	
	],
	
	['Repertoire', 'repertoire.htm', null, 
	
	],

	['Discography', 'discography.htm', null,

	],

	['Contact Us', 'contact.htm', null, 
		['Contact Us', 'contact.htm'],
		['Join Us', 'joinus.htm'],
		['Hire Us', 'hireus.htm'],
	
	],

	['Members Area', 'http://www.bfcmembers.org.uk', null, 

	],


];


