var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Hunter Shows", "http://foxchasefarm.net/hunterShows/"],
	["Jumper Shows", "http://foxchasefarm.net/jumperShows/"],
	["Entry Form", "http://foxchasefarm.net/entryForm/"],
	["Prize List", "http://foxchasefarm.net/prizeList/"],
	["Points", "http://foxchasefarm.net/points/"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["About Us", "http://foxchasefarm.net/aboutUs/"],
	["Facility Rentals", "http://foxchasefarm.net/facilityRentals/"],
	["Directions", "http://foxchasefarm.net/directions/"],
	["Our History", "http://foxchasefarm.net/ourHistory/"] //no comma following last entry!
]