var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:140px;', linktarget:'_self'} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Who we are", "who-we-are.html"],
	["What we do", "what-we-do.html"],
	["Our Team", "our-team.html"],
	["Our Expertise", "our-expertise.html"],
	["Careers", "careers.html"]
	//no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:180px;', linktarget:''} //Second menu variable. Same precaution.

anylinkmenu2.items=[
	["Software Development", "software-development.html"],
	["Web Design", "web-design.html"],
	["Web Hosting", "web-hosting.html"],
	["Search Engine Optimization", "seo.html"],
	["Payment Gateway", "payment-gateway.html"],
	["SMS Gateway", "sms-gateway.html"]
	//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:140px;', linktarget:''} //Second menu variable. Same precaution.

anylinkmenu3.items=[
	["Feed Back ", "feedback.aspx"],
	["Free Quote ", "quote.aspx"],
	["Location ", "location.html"]
	//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:140px;', linktarget:''} //Second menu variable. Same precaution.

anylinkmenu4.items=[
	["Corporate Websites", "corporate1.html"],
	["Dynamic Websites", "dynamic1.html"]
	//no comma following last entry!
]
