var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Overview (Breece System)", "overview.aspx"],
	["Breece Designer", "designer.aspx"],
	["Breece Server", "server.aspx"],
	["Breece Mobile Plugin", "mobile.aspx"],
	["epops", "epops.aspx"],
	["Support Contract", "support.aspx"] //no comma following last entry
	
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:130px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Company Profile", "profile.aspx"],
	["Technology", "technology.aspx"],
	["Benefits", "benefits.aspx"],
	["News", "news.aspx"],
	["References", "references.aspx"],
	["FAQ", "faq.aspx"] //no comma following last entry!
]

