var menuHierarchy = [
	
	['Home', 'index.html',],
	
	
	
['Registration', 'registration2010.html', 
		
	], 
	
	
	['Workshops', 'workshops2010.html',
	 		['Presenters', 'presenters2010.html'],
		['Child/Teen', 'child2010.html'],
		['Adult', 'adult2010.html'],
		['Family', 'family2010.html'],
		
	], 
	
	
	['Exhibitors', 'exhibitors2010.html',
		['List', 'exhibitorlist2010.html'],
		['Registration', 'pdf/vendor2010.pdf'],
		['Advertisers', 'advertisers.html'],
	],
	
	['Volunteers', 'volunteers2008.html',
		['Appreciation', 'volunteerappreciation2009.html'],
		['Sign-Up', 'volunteersignup2009.html'],
		
	],
	
	['General Info', 'generalinfo2010.html',
		
	],
	
	['About Us', 'aboutus2009.html',
		['Contact', 'contact2010.html'],
		
	],
	
	
];

