/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'index.php'],
	['buy tix/membership', 'store/'],
	['about us', 'society.php', null,
        ['community','community.php'],
		['bursary', 'bursaries.php'],
		['about fbms', 'society.php']
		
	],
	['contact', 'society.php?page=board'],
	['concert/events', 'concerts.php'],
	['performers', 'artists.php'],
	['jam sessions', 'jammers.php', null,
		['about jams', 'jammers.php'],
		['jammers list', 'jammers.php?page=jamlist'],
		['sign-up', '/forms/use/jammer/form1.html']
	],
	['workshops', 'workshops.php'],
	['library', 'library.php', null,
		['overview', 'library.php'],
		['contents', 'library.php?page=libcontent']
	],
	['newsletter', 'newsletter.php', null,
		['info', 'newsletter.php'],
		['classifieds', 'classifieds.php']
	],
	['links', 'links.php'],
	['galleries', 'galleries/index.php'],
['Shady Grove', 'shadygrove.php'],
['localevents', '/events/'],

];

		