var menuHierarchy = [
	['| Home','home.php', null,
	],
	['| Contact','admincontact.php', null,
		['Management', 'management.php', null],
		['Facebook','admincontact.php', null],
		['Inquiries', 'admincontact.php', null],
		['Box Office','tickets.php', null]
	],
	['| Concerts', 'concerts.php', null, 
		['Schedule', 'concerts.php', null],
		['Archive', 'concertarchive.php', null],
		['Coming up', 'next.php', null],
		['Tickets','tickets.php', null]
	],
	['| Support Us', null,
		['Subscription', 'subscriptions.php', null],
		['Sponsorship', 'sponsorships.php', null],
	],
	['| News', null,
		['Press Releases', 'press.php', null],
 		['Outreach Gallery','gallery.php', null],
		['Download', 'download.php', null],
		['Next Concert', 'next.php', null],	
	],
	['| Video','video.php', null,
	],
	['| Archives', null,
	    ['History','aboutus.php', null],
		['Soloists', 'soloists.php', null],
		['Conductors', 'conductors.php', null],
		['Repertoire','repertoire.php',null],
		['Concerts','concertarchive.php',null],
		['Memories','eileenprins.php',null],
		['Concerto Competition','competition.php',null],
	]
]

