﻿var states = ['mout', 'mover', 'mdown'],
MENU_ITEMS0 = [
	[('&nbsp;Membership'), "/membership.asp" , {}
	],
	[('&nbsp;About Us'), "about.asp" , {}
	,
		[('&nbsp;Our Mission'), "/mission.asp" , {}
		],
		[('&nbsp;Board of Directors'), "/board.asp" , {}
		],
		[('&nbsp;Corporate Partners'), "/partners.asp" , {}
		],
		[('&nbsp;Funding'), "/funding.asp" , {}
		],
		[('&nbsp;Annual Reports'), "/reports.asp" , {}
		]],
	[('&nbsp;Activity Guide'), "/activity.asp" , {}
	],
	[('&nbsp;Calendar'), "/calendar.asp" , {}
	],
	[('&nbsp;Events'), "/events.asp" , {}
	],
	[('&nbsp;Program Registration'), "/registration.asp" , {}
	],
	[('&nbsp;Programs &amp Services'), "#" , {}
	,
		[('&nbsp;Recreation'), "/recreation.asp" , {}
		],
		[('&nbsp;Education'), "/education.asp" , {}
		],
		[('&nbsp;Clinics'), "/clinics.asp" , {}
		],
		[('&nbsp;Transportation'), "/transportation.asp" , {}
		],
		[('&nbsp;Meal Services'), "/meals.asp" , {}
		],
		[('&nbsp;Adult Day Program'), "/adults.asp" , {}
		],
		[('&nbsp;Peer Mentoring'), "/mentoring.asp" , {}
		]],
	[('&nbsp;Volunteer with US!'), "/volunteer.asp" , {}
	],
//	[('&nbsp;Listserve'), "/listserve.asp" , {}
//	],
	[('&nbsp;Donations'), "/donations.asp" , {}
	,
		[('&nbsp;Donor Information'), "/donations.asp" , {}
		],
		[('&nbsp;Donate Now'), "/donation.asp" , {}
		],
		[('&nbsp;Planned Giving'), "/giving.asp" , {}
		],
		[('&nbsp;Sponsorship Opportunities'), "/sponsors.asp" , {}
		]],
	[('&nbsp;Related Links'), "/links.asp" , {}
	]];
