var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:'secwin'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenucols anylinkmenu3', 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=[
	["Software Development", "software.html"],
	["Web App. Development", "webApp.html"],
	["Website & Multimedia", "web-multimedia.html"],
	["Software QA & Testing", "QA-testing.html"],
	["SEO", "SEO.html", "efc"]
]

var anylinkmenu3a={divclass:'anylinkmenucols anylinkmenu3a', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3a.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3a.items=[
	["e-Governance-MIS", "e-governance.html"],
	["ERP Solutions", "erp.html"],
	["EDI & B2B Integrations", "edi.html"],
	["HR Online", "hr.html"],
	["Customer Relationship Mgmt.", "crm.html", "efc"]
]

var anylinkmenu3b={divclass:'anylinkmenucols anylinkmenu3b', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3b.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3b.items=[
	["Methodologies", "method.html"],
	["Offshore Model", "offmdl.html"],
	["Onsite Model", "onmdl.html"],
	["Hybrid Model", "hybmdl.html", "efc"]//,
	//["", ""] //no comma following last entry!
]

var anylinkmenu3c={divclass:'anylinkmenucols anylinkmenu3c', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3c.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3c.items=[
	["Support, Maintenance &  QA", "support.html"],
	["Continuous Quality Improvement", "QAimpv.html"]//,
	//["", ""] //no comma following last entry!
]
