var anylinkmenuAboutUs={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuAboutUs.items=[
	["Company Profile", "AboutUs.html"],
	["Associates", "Associates.html"],
	["Team", "Team.html"],
	["Testimonials", "Testimonials.html"],
	["Careers", "Careers.html"] //no comma following last entry!
]

var anylinkmenuOurServices={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenuOurServices.items=[
	["<img src='flags/india.jpg' height='12px' width='20px' border='0px' />&nbsp;&nbsp;India", "LocationIndia.aspx"],
	["<img src='flags/usa.jpg' height='12px' width='20px' border='0px' />&nbsp;&nbsp;USA", "LocationUsa.aspx"],
	["<img src='flags/belgiumflag.jpg' height='12px' width='20px' border='0px' />&nbsp;&nbsp;Belgium", "LocationBelgium.aspx"],
	["<img src='flags/hongkong.jpg' height='12px' width='20px' border='0px' />&nbsp;&nbsp;Hong Kong", "LocationHongKong.aspx"],
	["<img src='flags/singapore.jpg' height='12px' width='20px' border='0px' />&nbsp;&nbsp;Singapore", "LocationSingapore.aspx"] //no comma following last entry!
]
