var anylinkmenu1 = { divclass: 'anylinkmenu', inlinestyle: 'width:150px; background:#FDD271', linktarget: ''} //Second menu variable. Same precaution.
anylinkmenu1.items = [
	["About Us", "aboutus.aspx"],
	["Photo Gallery", "PhotoGallery.aspx"],
	["Events", "event.aspx"],
	["Staff Bios", "bios.aspx"],		
	["From the Owner", "owner.aspx"] //no comma following last entry!
]
var anylinkmenu2 = { divclass: 'anylinkmenu', inlinestyle: 'width:170px; background:#FDD271', linktarget: ''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Our Services", "Index-2.aspx"],
	["Postcard Login", "Postcard_Login.aspx"],
	["What's Title Insurance?", "Title_Insurance.aspx"],
	["Glossary of Terms", "Glossary_of_Terms.aspx"]
]
var anylinkmenu3 = { divclass: 'anylinkmenu', inlinestyle: 'width:190px; background:#FDD271', linktarget: ''} //Second menu variable. Same precaution.
anylinkmenu3.items = [
    ["Buyer / Seller Closing Info", "Closing_Info.aspx"],
    ["Easy GFE Web Form", "Form_GFE.aspx"],
	["Seller Net Sheet", "Seller_Net_Sheet.aspx"],
	["Buyers Title Costs", "Buyers_Title_Costs.aspx"],
	["Title Fees: Ohio PDF", "PDF_Temp.aspx"],
	["Title Fees: Michigan PDF", "PDF_Temp.aspx"]	
]
var anylinkmenu4 = { divclass: 'anylinkmenu', inlinestyle: 'width:220px; background:#FDD271', linktarget: ''} //Second menu variable. Same precaution.
anylinkmenu4.items = [
    ["Set Closing", "Form_Store_Closing.aspx"],
	["Flood Cert. Form", "Form_Flood_Cert.aspx"],
	["Home Equity/Lien Report ", "form_home_eq.aspx"],
	["Judicial Report", "form_judicail_report.aspx"],
	["Purchase Transaction", "Form_purchase.aspx"],
	["Refinance Transaction", "form_refinance.aspx"],
	["Short Sale Preliminary HUD", "form_shortsale.aspx"],
	["Condo Bylaws", "Condo_Bylaws.aspx"] //no comma following last entry!
]
var anylinkmenu5 = { divclass: 'anylinkmenu', inlinestyle: 'width:150px; background:#FDD271', linktarget: ''} //Second menu variable. Same precaution.
anylinkmenu5.items = [
	["Locations", "contact1.aspx"],
	["Contact Online Form", "contactform1.aspx"],
	["Contact Our Staff", "index-11.aspx"]
]
