var aboutus={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutus.items=[
	["Teams page", "nmcms.php?snippet=agents&p=showagents"],
	["About RE/MAX Elite ", "nmcms.php?snippet=aboutus&p=aboutus"] //no comma following last entry!
]


var buying={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
buying.items=[
	["Residential", "nmcms.php?snippet=properties&p=propsearch&rentsale=sale&serchform=hasvalue&rescom=r"],
	["Commercial", "nmcms.php?snippet=properties&p=propsearch&rentsale=sale&serchform=hasvalue&rescom=c"],
	["Land", "nmcms.php?snippet=properties&p=propsearch&serchform=hasvalue&type=3,17,18"],
	["Resort Villas", "nmcms.php?snippet=properties&p=propsearch&rentsale=sale&serchform=hasvalue&type=16"] //no comma following last entry!
]

var renting={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
renting.items=[
	["Residential", "nmcms.php?snippet=properties&p=propsearch&rentsale=rent&serchform=hasvalue&rescom=r"],
	["Commercial", "nmcms.php?snippet=properties&p=propsearch&rentsale=rent&serchform=hasvalue&rescom=r"],
	["Resort Villas", "nmcms.php?snippet=properties&p=propsearch&rentsale=rent&serchform=hasvalue&type=16"] //no comma following last entry!
]
