﻿var states = ['mout', 'mover', 'mdown'],
MENU_ITEMS0 = [
	[('&nbsp;Membership'), "/membership.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;Related Links'), "/links.asp" , {}
	]];