// linktarget:'' = no new window,  linktarget:'_new' = pop up a new browser
// inlinestyle:'' = use stylesheet,  inlinestyle:'width:150px; background:#DFFDF4' = override the stylesheet

var findmenu={divclass:'anylinkmenu', inlinestyle:'width:235px;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
findmenu.items=[
	["Search all Properties for Sale", "./find-sale.htm"],
	["Circle C Properties for Sale", "./find-circlec-sale.htm"],
	["Circle C Properties for Lease", "./find-circlec-lease.htm"],
	["All Availalble Circle C Properties", "./find-circlec-all.htm"],
	["Lease Application", "./LeaseApplication.pdf"] //no comma following last entry!
]

var managementmenu={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //Second menu variable. Same precaution.
managementmenu.items=[
	["Services", "./rental-homes.htm"],
	["Leasing From Us", "./res-leasing.htm"]
]

var hoamenu={divclass:'anylinkmenu', inlinestyle:'width:250px; background:#DFFDF4;', linktarget:''} //Second menu variable. Same precaution.
hoamenu.items=[
	["Services", "./hoa-services.htm"],
	["Pay Your Dues", "http://www.paylease.com"],
	["Walnut Creek North HOA", "http://circlec.com/walnutcreeknorth/index.htm"],
	["Collin Square HOA", "http://circlec.com/collinsquare/index.htm"],
	["Bowser HOA", "http://circlec.com/bowser/index.htm"],
	["High Meadow of Indian Creek HOA", "http://circlec.com/highmic/index.htm"],
	["Glenview Estates", "http://circlec.com/glenviewestates/index.htm"],
	["Parks of Carrollton HOA", "http://circlec.com/parksofcarrollton/index.htm"],
	["Abbey Hill Park HOA", "http://circlec.com/abbeyhill/index.htm"],
	["Graystone HOA", "http://circlec.com/graystone/index.htm"],
	["Resale Certificate", "./hoa-resale-cert.php"] 	
]

var sellmenu={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //Second menu variable. Same precaution.
sellmenu.items=[
	["Services", "./sell-services.htm"]
]

var resourcesmenu={divclass:'anylinkmenu', inlinestyle:'width:175px;', linktarget:''} //Second menu variable. Same precaution.
resourcesmenu.items=[
	["Pay Your Rent", "http://www.paylease.com"],
	["Resources for Tenants", "./resources-tenants.htm"],
	["Resources for Buyers", "./resources-buyers.htm"],
	["Utilities", "./resources-utilities.htm"],
	["Service Request", "./service-request.php"] //no comma following last entry!
]

var companymenu={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //Second menu variable. Same precaution.
companymenu.items=[
	["Contact Us", "./contactus.php"],
	["About Us", "./aboutus.htm"],
	["Testimonials", "./testimonials.htm"] //no comma following last entry!
]
