var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Effingham", "/towns/effingham.php"],
	["Freedom", "/towns/freedom.php"],
	["Madison", "/towns/madison.php"],
	["Ossipee", "/towns/ossipee.php"],
	["Sandwich", "/towns/sandwich.php"],
	["Tamworth", "/towns/tamworth.php"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Inns & Motels", "/lodging/inns.php"],
	["Campgrounds", "/lodging/campgrounds.php"],
	["Vacation Rentals", "/lodging/rentals.php"] //no comma following last entry
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Contact Info", ""],
	["Member Directory", "/about/members.php"],
	["Join The Chamber", "/about/membership.php"],
	["Scholarship", "../scholarship.php"]

	//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Information", "/relocation/"],
	["Real Estate", "/real_estate/"] //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["Arts & Entertainment", "/things/arts.php"],
	["Hiking", "/things/hiking.php"],
	["Recreation", "/things/recreation.php"],
	["Shopping", "/shopping/"] //no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu6.items=[
    ["Automotive", "/services/automotive.php"],
	["Contractors", "/services/contractors.php"],
	["Manufactures", "/services/manufactures.php"],
	["Gas & Convenience", "/services/convenience.php"],
	["Professional Services", "/services/professional.php"]
	 //no comma following last entry!
]

