var menuHierarchy = [
	['Home','home.php', null,
		['Choir Profile', 'profile.php', null],
		['Member Profiles', 'members.php', null],
		['Coming Up', 'events.php', null],		
        ['Milestones','milestones.php',null],
		['Repertoire', 'repertoire.php', null],
	],
	['Contact', 'contactus.php', null, 
		['Musicians', 'musicians.php', null],
		['Choir Leaders','choirleaders.php', null],
		['Professional', 'professional.php', null],
	],
	['Gallery', null,
		['Europe', null, ['Wales', 'gallery5.php'], ['Graz','gallery7.php'],['Normandy','gallery9.php']],
		['India', null, ['Bhakthi Utsav','gallery2.php'], ['SA Bands Festival','gallery8.php']],
		['Asia', null, ['Xiamen','gallery1.php'], ['Kuwait','gallery6.php'],['Beijing I','galleryx10.php'],['Beijing II','galleryx12.php'],['KL 2010','galleryx15.php']], 
		['Australia', 'gallery.php', null],
		['Martin Luther King','galleryx11.php', null],
		['USA', null, ['New York City', 'galleryx13.php', null],['Los Angeles', 'galleryx14.php',null]],
		['Web Launch', 'gallery3.php', null],
	],
	['Other', null,
		['Reviews', 'reviews.php', null],
		['Friends of the Choir', 'friends.php', null],
		['Recordings', 'events.php#CD', null],		
		['Video','video.php',null]
	]
]

