var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //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;', 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:'anylinkmenu', inlinestyle:'width:140px; background:#71c3f0', linktarget:'_top'} //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=[
	  //["Letting Services", "../ad_BuyingServices.aspx"],
	  //["Buying Services", "../ad_BuyingServices.aspx"],
	  //["Selling Services", "../ad_BuyingServices.aspx"],
	 //["Relocation Services", "../ad_BuyingServices.aspx"]
     //["Property Management", "../ad_BuyingServices.aspx"],
     //["", "../ad_BuyingServices.aspx"]
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#71c3f0', linktarget:'_top'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["About Us", "../About_us.aspx"],
	["About Kerala", "../About_Kerala.aspx"],
	["Real  Estate Market Kerala", "../Realestate_Market.aspx"]
]

var anylinkmenu5 = { divclass: 'anylinkmenu', inlinestyle: 'width:160px; background:#71c3f0', linktarget: '_top'} //Fourth menu variable. Same precaution.
anylinkmenu5.items = [
	["Kerala Links", "../KeralaLinks.aspx"],
	["Link with Us", "../Linkwithus.aspx"],
	["Other Links", "../OtherLinks.aspx"]
]


