﻿_menuCloseDelay=100         
// The time delay for menus to remain visible on mouse out
_menuOpenDelay=30            
// The time delay before menus open on mouse over
_subOffsetTop=3              
// Sub menu top offset
_subOffsetLeft=-5         
// Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#587EBF";
oncolor="#ffffff";
offbgcolor="#940000";
offcolor="#ffffff";
//bordercolor="#D5D291";
bordercolor="lightblue";
borderstyle="solid";
borderwidth=0;
//separatorcolor="#000094";
separatorcolor="lightblue";
separatorsize="1";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#587EBF";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#587EBF', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=News;url=news.htm;status=Eastek News;");
aI("text=In the Media;url=EastekMediaCenter.htm;status=Eastek In the Media;");
aI("text=Facilities;url=facilities.htm;status=Eastek Facilities Worldwide;");
//aI("text=Management Talent;url=management.htm;status=Management Talent: Expertise, Bios/Photos;");

aI("text=Downloads;url=downloads.htm;status=Eastek Downloads;");

}

with(milonic=new menuname("EastekEdge")){
style=menuStyle;
aI("text=Introduction;url=EastekEdgeIntroduction.htm;showmenu=EdgeMore");
aI("text=Vertical Integration;url=VerticleIntegration.htm;");
aI("text=Quality;url=quality.htm;");
aI("text=Intellectual Property;url=intellectualProperty.htm;");
//aI("text=More...;showmenu=more");
}
with(milonic=new menuname("EdgeMore")){
style=menuStyle;
aI("text=Product Design;url=EastekEdgeProductDesign.htm;");
aI("text=Product Launch;url=EastekEdgeProductLaunch.htm;");
aI("text=Ongoing Production;url=EastekEdgeOngoingProduction.htm;");
}

with(milonic=new menuname("Clients")){
style=menuStyle;
aI("text=Alliances;url=Alliances.htm;status=Eastek Alliances;");
aI("text=Client List;url=clients.htm;status=Client List;");
aI("text=Range of Services;url=rangeOfServices.htm;status=Range of Services;");
//aI("text=Client Case Studies;url=caseStudies.htm;status=Client Case Studies;");
//aI("text=More...;showmenu=more");
}

with(milonic=new menuname("Capabilities")){
style=menuStyle;
aI("text=Plastics;url=plastics.htm;status=Plastic Injection Molding;");
aI("text=PCBA;url=PCBA.htm;status=Printed Circuit Board Assemblies;");
aI("text=Magnetic Products;url=magnetics.htm;status=Magnetics-Transformers-EMI Filters;");
aI("text=Metal Stampings;url=metalStamping.htm;status=Stamping Tool Fabrication, Metal Stamping;");
aI("text=Injection Mold Tooling;url=InjectionMoldTooling.htm;status=Complete Turnkey Assemblies;");
aI("text=Turnkey Assembly;url=turnkeyAssembly.htm;status=Complete Turnkey Assemblies;");
aI("text=Eastek Access;url=documents/Eastek_Access.pdf;status=Eastek Access;target=_blank;");
aI("text=Eastek Access Case Study;url=documents/EastekAccessPoseyFinal.pdf;status=Eastek Access Case Study;target=_blank;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Eastek Sales;url=eastekSales.htm;status=Eastek Sales people;");
aI("text=Contact Eastek;url=contactEastek.htm;status=Contact Eastek;");
aI("text=Sales Reps;url=salesReps.htm;status=Eastek Sales Reps;");
aI("text=Careers;url=careers.htm;status=Eastek Careers;");

}




drawMenus();





