var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Remote Support", "services/remote_calls.htm"],
	["Onsite Support", "services/Onsite.htm"],
	["VPN and Remote Access", "services/vpn_remote.htm"],
	["Small Business Server", "services/sbs.htm"],
	["Health Check", "services/health_check.htm"],
	["Software Audit", "services/audit.htm"],
	["Web Design", "services/website_design.htm"],
	["Server Monitoring", "services/server_monitoring.htm"],
	["Network Design and Implementation", "services/network.htm"]
	 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Installation Services", "http://www.cmtechuk.com/installation.htm"],
	["Support Services", "http://www.cmtechuk.com/support.htm"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Remote Support", "http://www.cmtechuk.com/services.htm#remote"],
	["Onsite Support", "http://www.cmtechuk.com/services.htm#onsite"],
	["VPN and Remote Access", "http://www.cmtechuk.com/services.htm#vpn", "efc"],
	["Small Business Server", "http://www.cmtechuk.com/services.htm#sbs"],
	["Health Check", "http://www.cmtechuk.com/services.htm#health"],
	["Software Audit", "http://www.cmtechuk.com/services.htm#audit", "efc"],
	["Web Design", "http://www.cmtechuk.com/services.htm#web"],
	["Server Monitoring", "http://www.cmtechuk.com/services.htm#srvmon"],
	["Network Design &amp; Implementation", "http://www.cmtechuk.com/services.htm#network"]//no comma following last entry!
]
