fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=180;
aI("text=Home;url=./");
aI("text=Component Services;showmenu=Component Services;");
aI("text=Testing Services;showmenu=Testing Services;");
aI("text=Analytical Services;showmenu=Analytical Services;");
aI("text=About Us;showmenu=About Us;");
aI("text=Contact Us;showmenu=Contact Us;");
aI("text=News and Articles;url=newsandarticles.asp;");
}

with(milonic=new menuname("Component Services")){
screenposition="center";
//left="offset=-70"
orientation="horizontal";
style=menuStyle;
aI("text=Ball Attach and Reballing;url=ballattachandreballing.asp;");
aI("text=Column Attach;url=columnattach.asp;");
aI("text=Robotic Hot Solder Dip;url=robotichotsolderdip.asp;");
aI("text=Back End Services;url=backendservices.asp;");
}

with(milonic=new menuname("Testing Services")){
screenposition="center";
orientation="horizontal";
style=menuStyle;
aI("text=Hermeticity Testing;url=hermeticitytesting.asp;");
aI("text=Ionic Cleanliness Testing;url=ioniccleanliness.asp;");
aI("text=Solderability Testing;url=solderability.asp;");
aI("text=Other Testing Services;url=othertestingservices.asp;");
}

with(milonic=new menuname("Analytical Services")){
screenposition="center";
orientation="horizontal";
style=menuStyle;
aI("text=Acoustic Microscopy;url=AcousticMicroscopy.asp;");
aI("text=SEM-EDS;url=sem-eds.asp;");
aI("text=X-Ray Fluorescence;url=xrayflorescence.asp;");
aI("text=Other Analytical Services;url=otheranalyticalservices.asp;");
}

with(milonic=new menuname("About Us")){
screenposition="center";
orientation="horizontal";
style=menuStyle;
aI("text=Certifications;url=certifications.asp;");
aI("text=Career Opportunities;url=careeropportunities.asp;");
aI("text=History;url=history.asp;");
aI("text=Related Links;url=relatedlinks.asp;");
aI("text=Winslow Automation;url=http://www.winslowautomation.com;");
}

with(milonic=new menuname("Contact Us")){
screenposition="center";
orientation="horizontal";
style=menuStyle;
aI("text=Address and Phone;url=Contactus.asp;");
aI("text=Customer Survey;url=survey-form.asp;");
}

drawMenus();


