var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#dfdfff; border-top:0px; border-indise:0px; border-right:0px; border-left:0px; border:0px; font-family=arial; font-size=12px', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!

anylinkmenu1.items=[
	["Products", "products.html"],
	["Services", "services.html"]//no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#dfdfff; border-top:0px; border-indise:0px; border-right:0px; border-left:0px; border:0px; font-family=arial; font-size=12px', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Company History", "history.html"],
	["About Us", "about.html"],
	["Video Presentation", "company.html"],
	["Customer Survey", "custsurvey.html"],
	["Suppliers", "supplier.html"]//no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#dfdfff; border-top:0px; border-indise:0px; border-right:0px; border-left:0px; border:0px; font-family=arial; font-size=12px', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Engineering", "engineering.html"],
	["Harness Design", "harness.html"],
	["Connnector Design", "connector.html"],
	["Logistic Services", "logistic.html"],
	["Automated Wire Processing", "autowire.html"]//no comma following last entry!
]

