//first menu item
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
anylinkmenu1.items=[
	["Prepare Your House", "index.php?page=preparing-your-home"],
	["Staging Your Home", "index.php?page=staging-your-home"],
	["Find An Agent", "index.php?page=find-a-real-estate-agent"],
	["Seller Information", "index.php?page=getting-ready-to-sell"]
]

//second menu item
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
anylinkmenu2.items=[
	["MLS Search", "index.php?page=mls-search"],
	["T&C Properties", "index.php?page=tc-properties"],
	
	["Find An Agent", "index.php?page=find-a-real-estate-agent"],
	["Understanding CMAs", "index.php?page=understanding-cma"]
]

//third menu item
var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
anylinkmenu3.items=[
	["Financing", "index.php?page=financing-gateway-funding"],
	["Communities & Schools", "index.php?page=lancaster-county-community-and-school-resources"],
	["Glossary of Terms", "index.php?page=glossary-of-real-estate-terms"]
]

//fourth menu item
var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} 
anylinkmenu4.items=[
	["Find an Agent", "index.php?page=find-a-real-estate-agent"],
	["The T&C Advantage", "index.php?page=the-town-country-realty-advantage"],
	["About T&C", "index.php?page=about-town-and-country"],
	["Mission Statement", "index.php?page=mission-statement"]
]