// menu_items.js file

var MENU_ITEMS =[
	["&nbsp;Grant Guidelines", "grants/grants.html", null,
	],
	["&nbsp;Grant Forms", "forms/forms.html", null,
	],
	["&nbsp;Membership & Donations", "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;Outward Bound", "outbound/outbound.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", "contact/contact.html", null,
	],
];
