var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["High-Speed Wireless Internet", "service.php"],
	["SecureIT Plus", "service-secureit.php"],
	["Online Backups", "service-online-bu.php"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["High-Speed Wireless Internet", "service.php"],
	["SecureIT Plus", "service-secureit.php"],
	["Online Backups", "service-online-bu.php"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //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=[
	["High-Speed Wireless Internet", "service.php"],
	["SecureIT Plus", "service-secureit.php"],
	["Online Backups", "service-online-bu.php"] //no comma following last entry!
]