fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headercolor="#000000";
offcolor="#FFFFFF";
oncolor="#818dae";
padding="0px 0px 4px 6px";
pagebgcolor="#bcc5e0";
pagecolor="white";
separatorcolor="#bcc5e0";
}

with(menuStyle2=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5F5C5C";
offcolor="#FFFFFF";
onbgcolor="#000000";
oncolor="#FFFFFF";
padding="5px 12px 5px 12px";
pagebgcolor="#5F5C5C";
pagecolor="white";
separatorcolor="#FFFFFF";
separatorsize=1;
subimage="_images/arrow_off.gif";
onsubimage="_images/arrow_on.gif";
}



with(milonic=new menuname("Products")){
overflow="scroll";
style=menuStyle2;
aI("text=PCB Assembly;url=pcb-assembly.html;")
aI("text=Turnkey Product Assembly;url=turnkey-product-assembly.html;")
aI("text=Injection Molded Plastic;url=injection-molding.html;")
aI("text=Cable & Wire Harnesses;url=cable-wire-harnesses.html;")
aI("text=Material Sourcing;url=material-sourcing.html;")
aI("text=Logistics Hub for world;url=logistics-hub.html;")
}

with(milonic=new menuname("About Us")){
style=menuStyle2;
aI("text=The Sicon Advantage;url=sicon-advantage.html;");
aI("text=Company History;url=company-history.html;");
aI("text=Markets Served;url=markets-served.html;");
}

with(milonic=new menuname("Quality Systems")){
style=menuStyle2;
aI("text=ISO & UL;url=quality-iso-ul.html;");
aI("text=RoHS Processes;url=quality-rohs.html;");
aI("text= Quality Control & Continuous Employee Training;url=quality-control.html;");
}

with(milonic=new menuname("Locations")){
style=menuStyle2;
aI("text=San Jose Headquarters;url=locations.html;");
aI("text=Sicon China;url=locations-china.html;");
}



drawMenus();

