var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Our mission and quality policy", "quality.html"],
	["Certification and Partners", "partners.html"],
	["Behind the Name", "behindthe_name.html"],	
	["Customer Care", "coustomercare.html"],
	["Privacy Policy", "privacypolicy.html"]
//no comma following last entry! ["Key Staff", "key_staff.html"],
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f0f0f0', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Web development", "web_development.html"],
	["Our Portfolio", "ourportfolio.html"],
	["Application Development", "applications_developement.html"],	
	["Business Process Outsourcing ", "bpo.html"]
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f0f0f0', 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=[
	["Client", "clients.html"],
	["Client Testimonials", "testimonials.html"]
	 //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Website", "#"],
	["Softwares", "#"],
	["consltancy", "#"],
	["Testing", "#"],
	["JavaScript", "#"] //no comma following last entry!
]
