var MENU_ITEMS = [
	['Home', 'index.html', null,],
	
	['About Us', 'about.html', null,],	
	
	['Appeals', 'foundation.html', null,],
	
	['Get Involved', 'involved.html', null,],
	
	['Hospital Volunteers and Fundraising Groups', null , null,
		['Individuals','individual.htm', null],
		['Volunteer and Support Groups','group.htm', null],
		['Associated Registered Charities','assoc.htm', null],
		
	],
	
	['Donate', 'donate.htm', null,],
	
	
	['Events', 'events.htm', null,],
	
		
	['Contact Us', 'c_contact.html', null,],	
];