//	written	by Rick Babcock
//	last updated 15 Aug 2007
//


/////////////////////////////////////////////////////////////////////////////

function menuList () {
	AddMenuItem (1, 0, "index.htm", "Home", "")
	AddMenuItem (2, 0, "rescues_available.htm", "Our Adoptables", "")
//	AddMenuItem (3, 0, "#", "Support Programs", "")
//	AddMenuItem (32, 3, "spay-neuter_incentive_program.htm", "Spay-neuter Incentive Program", "arrow_right.gif")
	AddMenuItem (4, 0, "#", "How To Help", "")
	AddMenuItem (41, 4, "volunteer.htm", "Volunteer", "arrow_right.gif")
//	AddMenuItem (42, 4, "donations.htm", "Donations", "arrow_right.gif")
//	AddMenuItem (43, 4, "fund_raising.htm", "Fund Raising", "arrow_right.gif")
	AddMenuItem (5, 0, "#", "Latest Info", "")
	AddMenuItem (51, 5, "news-events.htm", "News & Events", "arrow_right.gif")
//	AddMenuItem (52, 5, "pet_page.htm", "News-Bulletin Pet Pages", "arrow_right.gif")
	AddMenuItem (6, 0, "forms.htm", "Forms", "")
	AddMenuItem (7, 0, "references.htm", "References", "")
	AddMenuItem (8, 0, "contact_us.htm", "Contact Us", "")

}

/////////////////////////////////////////////////////////////////////////////

