// menu_items.js file

var MENU_ITEMS =[
	
	["&nbsp;Grant Guidelines", "../grants/grants.html", null,
	],
	["&nbsp;Grant Forms", "../forms/forms.html", null,
	],
	["&nbsp;Membership & Donations", "https://www.mumbulla.org.au/donations/donations.html", null,
	],
	["&nbsp;Pretax Payroll Donations", "../ppd/ppd.html", null,
	],
	["&nbsp;Past Grant Recipients", "../recipients/recipients.html", null,
		["&nbsp;2000-2001", "../recipients/rec2001.html", null],
		["&nbsp;2002", "../recipients/rec2002.html", null],
		["&nbsp;2003", "../recipients/rec2003.html", null],
		["&nbsp;2004", "../recipients/rec2004.html", null],
		["&nbsp;2005", "../recipients/rec2005.html", null],
		["&nbsp;2006", "../recipients/rec2006.html", null],
		["&nbsp;2007", "../recipients/rec2007.html", null],
		["&nbsp;2008", "../recipients/gallery2008.html", null],
		["&nbsp;2011", "../recipients/rec2011.html", null]

],
	["&nbsp;Board Members", "../board/board.html", null,
	],
	["&nbsp;Latest Annual Report", "../reports/reports.html", null,
	],
	["&nbsp;Newsletter", "../newsletter/newsletter.html", null,
	],
	["&nbsp;Sponsors and Friends", "../sponsors/sponsors.html", null,
	],
	["&nbsp;Contact Us", "https://www.mumbulla.org.au/contact/contact.html", null,
	],
	["&nbsp;Home", "../index.html", null,
	],
];

