var anylinkmenu1={divclass:'anylinkmenu', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Dr. Richardson", "/index.php?page=DrRichardson"],
	["Dr. Taylor", "/index.php?page=DrTaylor"]
	 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Bree", "/index.php?page=Bree"],
	["Cesar", "/index.php?page=Cesar"],
	["Danielle", "/index.php?page=Danielle"],
	["Mary Lou", "/index.php?page=MaryLou"],
	["Rubin", "/index.php?page=Rubin"],
	["Tassa", "/index.php?page=Tassa"],
	["Tina", "/index.php?page=Tina"]//no comma following last entry!
]
