var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Overview", "transformers.aspx"],
	["Product Range", "t-products.aspx"],
	["Quality Assurance", "t-qa.aspx"],
	["Exports", "t-exports.aspx"],
	["Services", "t-service.aspx"],
	["Brochure", "t-brochure.aspx"],
	["Clients", "t-clients.aspx"],
	["Enquiry", "t-enquiry.aspx"],
	["Contact Us", "t-contact.aspx"] 
]


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:116px;', linktarget:''} 
anylinkmenu2.items=[
	["Overview", "projects.aspx"],
	["Services", "p-service.aspx"],
	["Brochure", "p-catalogue.aspx"],
	["Clients", "p-clients.aspx"],
	["Enquiry", "p-enquiry.aspx"],
	["Contact Us", "p-contact.aspx"] 
]

var anylinkmenu8={divclass:'anylinkmenu', inlinestyle:'width:116px;', linktarget:''} 
anylinkmenu8.items=[
	["Overview", "motors.aspx"],
["Product Range", "m-products.aspx"],
["Quality Assurance", "m-qa.aspx"],
	["Services", "m-service.aspx"],
	["Catalogues", "m-catalogue.aspx"],
	["Certificates", "m-cert.aspx"], 
	["Clients", "m-clients.aspx"],
	["Enquiry", "m-enquiry.aspx"],
	["Contact Us", "m-contact.aspx"] 
]

var anylinkmenu9={divclass:'anylinkmenu', inlinestyle:'width:116px;', linktarget:''} 
anylinkmenu9.items=[
	["Overview", "elevators.aspx"],
    ["Product Range", "e-products.aspx"],
	["Catalogues", "e-catalogue.aspx"],
	["Certificates", "e-cert.aspx"],
	["Clients", "e-clients.aspx"],
	["Enquiry", "e-enquiry.aspx"],
	["Contact Us", "e-contact.aspx"] 
]

var anylinkmenu10={divclass:'anylinkmenu', inlinestyle:'width:100px;', linktarget:''} 
anylinkmenu10.items=[
	["Overview", "drives.aspx"],
["Product Range", "d-products.aspx"],
["Applications", "d-app.aspx"],
	["Catalogues", "d-catalogue.aspx"],
	["Certificates", "d-cert.aspx"], 
	["Clients", "d-clients.aspx"],
	["Enquiry", "d-enquiry.aspx"],
	["Contact Us", "d-contact.aspx"] 
]



var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'width:470px', 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=[
	["Company Information", "about.aspx", "efc"],
	["History", "history.aspx", "efc"],
	["Board of Directors", "directors.aspx", "efc"],
	["The ED Speaks", "ed.aspx", "efc"],
	["Image Gallery", "image.aspx", "efc"]
 //no comma following last entry!
]

var anylinkmenu5={divclass:'anylinkmenucols', inlinestyle:'width:600px;', 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=[
	["Financial Results", "invest.aspx", "efc"],
	["Annual Reports", "annualrep.aspx", "efc"],
	["Announcements", "announce.aspx", "efc"],
	["Code of Conduct", "conduct.aspx", "efc"], 
	["Important Dates", "impdates.aspx", "efc"],
	["Investor Contact", "invcontact.aspx", "efc"]
//no comma following last entry!
]

var anylinkmenu6={divclass:'anylinkmenucols', inlinestyle:'width:425px;', 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=[
	["Overview", "human.aspx", "efc"],
["Executive Development Programme", "edp.aspx", "efc"],
	["Opportunities", "hropp.aspx", "efc"],	
	["Apply Now", "hrapply.aspx", "efc"]
	
]


var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:''} //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!
]
