var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:175px; background:#ffffff', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["About Us", "./aboutUs.php"],
	["Our History", "./ourHistory.php"] //no comma following last entry!
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:175px; background:#ffffff', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
["TREC Forms", "http://www.trec.state.tx.us/formslawscontracts/default.asp"],
["County Resources", "./countyResources.php"],
["eClose Info", "./eCloseInfo.php"],
	["Forms and Documents", "./formsDocuments.php"],
	["Mortgage Calculator", "./mortgage_calculator.php"],
	["Amortization Table Tool", "./amortTool.php"],
	["Steps to Closing", "./stepsClosing.php"],
	["Real Estate Glossary", "./glossary.php"] //no comma following last entry!
]

