var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Services Overview", "EMS.php"],
	["Product Development", "ProductDevelopment.php"],
	["Supply Chain and Material Management", "SupplyChain.php"],
	["Prototyping", "Prototyping.php"],
	["Production Planning and Manufacturing", "ProductPlanning.php"],
	["Test Strategy", "TestStrategy.php"],
	["Quality Assurance", "QualityAssurance.php"],
	["Logistics Services", "Logistics.php"],
	["Customer Service and Support", "CustomerServices.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Taipei, Taiwan", "TaipeiSite.php"],
	["Ningbo, China", "NingboSite.php"],
	["Shenzhen, China", "ShenzhenSite.php"]
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:200px;', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Company Overview", "AboutMegatone.php"],
	["Manufacturing Sites", "ManufacturingSites.php"],
	["Services Overview", "EMS.php"],
	["History ", "History.php"]
]

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:'anylinkmenu', inlinestyle:'width:0px', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu5.items=[
]

var anylinkmenu6={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //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=[
	["Company Overview", "http://www.google.com/"],
	["Taipei Manufacturing Site", "TaipeiSite.php"],
	["Ningbo Manufacturing Site", "NingboSite.php"],
	["Shenzhen Manufacturing Site", "ShenzhenSite.php"],
	["Services Overview", "EMS.php"],
	["History", "History.php"]
]