var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; color:#FFFFFF;', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Outbound Telemarketing Services", "outbound-telemarketing.php"],
	["Inbound Contact Solutions", "inbound-telemarketing.php"],
	["Internet Marketing Services", "internet-marketing.php"]
	 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Getting Started", "getting-started.php"],
	["Pricing", "pricing.php"]

]

var anylinkmenu4={divclass:'anylinkmenucols', inlinestyle:'width:320px; color:#FFFFFF;', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu4.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu4.items = [
	["Business Services &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "business-services.php" ],
	["Colleges / Universities", "colleges-universities.php"],
	["Construction &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "construction.php"],
	["Financial Services &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "financial-services.php"], 
	["Government &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "government.php","efc"], 
	["Insurance Professionals", "insurance-professionals.php"], 
	["Legal Services &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "legal-services.php"], 
	["Payroll Providers &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "payroll-providers.php"], 	
	["Technology &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "technology.php"], 	
	["Trade Associations &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "trade-associations.php"]	
]



