var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Overview", "overview.php"],
	["Who we are", "whoweare.php"],
	["What we stand for", "whatwe.php"],
	["Why Erriko", "whyerriko.php"]
	 //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:280px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Key Services offerings", "key-services.php"],
	["Application Development & Maintenance", "app-development.php"],
	["Enterprise Resource Planning", "enterprise.php"],
	["Infrastructure services", "infrastructure.php"],
	["Business process outsourcing", "business-process.php"] ,
	["Talent acquisition and staff augmentation", "talent-acquisition.php"] 
	//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Manufacturing", "manufacturing.php"],
	["Retail", "retail.php"],
	["Finance", "finance.php"],
	["Insurance", "insurance.php"],
	["Healthcare", "healthcare.php"],
	["Media and Publishing", "media-publishing.php"],
	["Transportation", "transportation.php"],
	["Energy and Utilities", "energy-utilities.php"],
	["Government", "government.php"]
	//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Working with Erriko", "workingwitherriko.php"],
	["Benefits", "benefits.php"],
	["Jobs", "jobs.php"]
	 //no comma following last entry!
]


