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; 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', 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=[
	["Xtrength Tea", "http://www.fadna.com/XStrength_tea.php"],
	["Shape-Up Tea", "http://www.fadna.com/shape_up_tea.php"],
	["Diabetic Tea", "http://www.fadna.com/diabe_tea.php"],
	["Green Tea", "http://www.fadna.com/green_tea.php"],
	["Cooling Tea", "http://www.fadna.com/cooling_tea.php"],
	["Belimal Tea", "http://www.fadna.com/belimal_tea.php"],
	["Ranawara Tea", "http://www.fadna.com/ranawara_tea.php"],
	[" ", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.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 anylinkmenu5={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu5.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu5.items=[
	["Company Profile", "http://www.dynamicdrive.com/"],
	["History", "history.php"],
	["Our Team", "our_team.php"],
	["Award, Quality & Standrad", "award.php"],
	["Suppliers", "supplier.php"],
	["Strategy", "strategy.php"] //no comma following last entry!

]

var anylinkmenu6={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu6.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu6.items=[
	["About CSR Projects", "crs.php"],
	["Our Socity", "our_society.php"],
	["Event", "events.php" , "efc"],
	["Image Gallery", "image_gallery.php"],
	[" ", "http://www.cnn.com/"] //no comma following last entry!
]

var anylinkmenu7={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu7.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu7.items=[
	["Our Vission & Values", "our_vision.php"],
	["Innovations", "innovation.php"],
	[" ", "http://www.cnn.com/"] //no comma following last entry!
]

