var petadoption={divclass:'anylinkmenu', inlinestyle:'width:114px; background:#423E3B', linktarget:''} //First menu variable
petadoption.items=[
	["Dogs Available", "new_listdogs.htm"],
	["Cats Available", "new_listcats.htm"],
	["Process & Fees", "new_processfees.htm"],
	["Pet Behavior", "new_petbehavior.htm"] //no comma following last entry!
]

var animalshelter={divclass:'anylinkmenu', inlinestyle:'width:157px; background:#423E3B', linktarget:''} //Second menu variable
animalshelter.items=[
	["Location & Hours", "new_shelter.htm"],
	["Fee Schedule", "new_feeschedule.htm"],
	["Spay/Neuter Program", "new_spayneuter.htm"],
	["Lost & Found", "new_lostfound.htm"],
	["Cremation Services", "new_cremation.htm"],
	["Transfer Program", "new_transfer.htm"],
	["Staff", "new_shelterstaff.htm"],
	["Local Veterinarians", "new_localvets.htm"],
	["Local Laws", "acinfo.htm"] //no comma following last entry!
]

var thriftstore={divclass:'anylinkmenu', inlinestyle:'width:123px; background:#423E3B', linktarget:''} //Third menu variable
thriftstore.items=[
	["Location & Hours", "new_thriftstore.htm"],
	["Merchandise", "new_thriftstoremerchandise.htm"],
	["Staff", "new_thriftstorestaff.htm"] //no comma following last entry!
]

var shopping={divclass:'anylinkmenu', inlinestyle:'width:125px; background:#423E3B', linktarget:''} //Fourth menu variable
shopping.items=[
	["4 Paws Gift Shop", "new_4paws.htm"],
	["Bookstore", "new_bookstore.htm"],
	["Affiliates", "new_affiliates.htm"] //no comma following last entry!
]

var donate={divclass:'anylinkmenu', inlinestyle:'width:148px; background:#423E3B', linktarget:''} //Fifth menu variable
donate.items=[
	["Donations", "new_donations.htm"],
	["Wish List", "new_wishlist.htm"],
	["Friends Membership", "new_friendsmembership.htm"] //no comma following last entry!
]

var volunteering={divclass:'anylinkmenu', inlinestyle:'width:174px; background:#423E3B', linktarget:''} //Sixth menu variable
volunteering.items=[
	["Volunteers", "new_volunteers.htm"],
	["@ Animal Shelter", "new_sheltervol.htm"],
	["Foster Care", "new_fostercarevol.htm"],
	["@ Thrift Store", "new_thriftstorevol.htm"],
	["@ Special Events/Admin", "new_eventvol.htm"],
	["Volunteer Application", "new_volapp.htm"] //no comma following last entry!
]

var aboutus={divclass:'anylinkmenu', inlinestyle:'width:154px; background:#423E3B', linktarget:''} //Seventh menu variable
aboutus.items=[
	["Administrative Office", "new_adminoffice.htm"],
	["Board of Directors", "new_boarddirectors.htm"],
	["Financials", "new_financials.htm"],
	["Contact Us", "new_contactus.htm"],
	["Public Education", "new_education.htm"],
	["History", "new_HShistory.htm"],
	["Site Map", "new_sitemap.htm"],
	["Favorite Links", "new_links.htm"],
	["Local Laws", "acinfo.htm"] //no comma following last entry!
]

