var anylinkmenu1={divclass:'anylinkmenucols', inlinestyle:'width:300px; background:#000000', linktarget:''} //First menu variable. Same precaution.
anylinkmenu1.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu1.items=[
	["Illinois Whitetail Challenge", "il_whitetail_challenge.html"],
	["Ohio Whitetail Challenge", "oh_whitetail_challenge.html"] //no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenucols', inlinestyle:'width:300px; background:#000000', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu2.items=[
	["Preferred Outfitters", "preferred_outfitters.html"],
	["Sponsors", "sponsors.html"],
	["Travel Partners", "travel.html"] //no comma following last entry!
]