var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Home", "index.html"]//no comma following last entry!
]

var aboutmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
aboutmenu.items=[
	["Company Information", "about us.xhtml"],
	["Affiliations", "affiliations.xhtml"],
	["Meet the Team", "info.xhtml"] //no comma following last entry!
]											 

var marketsmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
marketsmenu.items=[
	["Interiors", "interiors.xhtml"],
	["Healthcare", "healthcare.xhtml"],
	["Retail", "retail.xhtml"],
	["Municipal/Recreation", "municipal.xhtml"],
	["Office and Industrial", "officeandindustrial.xhtml"] //no comma following last entry!
]

var servicesmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
servicesmenu.items=[
	["Construction", "construction.xhtml"],
	["Design/Build", "designbuild.xhtml"],
	["Construction Management", "conman.xhtml"],
	["Scaffolding", "scaffolding.xhtml"]//no comma following last entry!
]

var newsmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
newsmenu.items=[
	["Newsletter", "newsletter.xhtml"],
	["In the News", "news.xhtml"]//no comma following last entry!
]

var videomenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
videomenu.items=[
	["Videos", "http://www.elocallink.tv/vp6/spon-fcsa_a.php?sponid=U2QHNQ9vUDADNA==&fvm=1"] //no comma following last entry!
]

var careersmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
careersmenu.items=[
	["Current Openings", "openings.xhtml"]//no comma following last entry!
]

var contactmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
contactmenu.items=[
	["Where to find us", "contact.xhtml"],
	["Staff Directory", "info.xhtml"]//no comma following last entry!
]

