﻿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=4;
_subOffsetLeft=-2;


with(AllImagesStyle=new mm_style()){

}

with(MainmenuStyle=new mm_style()){
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
offcolor="#0E4D9C";
oncolor="#000000";
padding=8;
}

with(menuStyle=new mm_style()){
bordercolor="#BFBFBF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#555F6B";
offcolor="#ffffff";
onbgcolor="#0E4D9C";
oncolor="#FF9C00";
padding=4;
pagebgcolor="#555F6B";
pagecolor="#cccccc";
separatorcolor="#BFBFBF";
separatorsize=1;
subimagepadding=2;
subimage="images/arrow.gif";
}

with(subMenuStyle=new mm_style()){
bordercolor="#BFBFBF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#6F7780";
offcolor="#ffffff";
onbgcolor="#0E4D9C";
oncolor="#FF9C00";
padding=4;
pagebgcolor="#555F6B";
pagecolor="#cccccc";
separatorcolor="#BFBFBF";
separatorsize=1;
subimagepadding=2;
subimage="images/arrow.gif";
}

with(tertMenuStyle=new mm_style()){
bordercolor="#BFBFBF";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Arial, Tahoma";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#848B92";
offcolor="#ffffff";
onbgcolor="#0E4D9C";
oncolor="#FF9C00";
padding=4;
pagebgcolor="#555F6B";
pagecolor="#cccccc";
separatorcolor="#BFBFBF";
separatorsize=1;
subimagepadding=2;
subimage="images/arrow.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=MainmenuStyle;
position="relative";
aI("text=About;url=about.asp;showmenu=About;")
aI("text=Products & Services;url=products&services.asp;showmenu=Products;")
aI("text=Aerospace;url=aerospace.asp;showmenu=Aerospace;")
aI("text=Quality Control;url=quality.asp;showmenu=Quality;")
aI("text=Suppliers;url=suppliers.asp;showmenu=Suppliers;")
aI("text=Support;url=support.asp;showmenu=Support;")
aI("text=News;url=news.asp")
aI("text=Contact Us;url=contact.asp")
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Management;url=management.asp;")
aI("text=Business Model;url=businessmodel.asp;")
aI("text=Facilities / Location;url=facilities.asp;")
aI("text=Careers;url=careers.asp;")
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Electronic Components;url=components.asp;showmenu=Components;")
aI("text=Embedded Computing;url=embedded.asp;showmenu=Embedded;")
aI("text=Aerospace Products;url=aerospaceproducts.asp;")
aI("text=Excess Inventory Solutions;url=excess.asp;")
aI("text=End Of Life Solutions;url=EOL.asp;")
}

with(milonic=new menuname("Components")){
style=subMenuStyle;
aI("text=Authorized Lines;url=authorized.asp;")
aI("text=Factory Direct Lines;url=factorydirect.asp;")
aI("text=Business Model;url=componentsbm.asp;")
}

with(milonic=new menuname("Embedded")){
style=subMenuStyle;
aI("text=Computing Components;url=embeddedproducts.asp;")
aI("text=LCD Display;url=displays.asp;")
aI("text=Applied Computing Design Services;url=applieddesign.asp;")
aI("text=Business Model;url=embeddedbm.asp;")
}

with(milonic=new menuname("Aerospace")){
style=subMenuStyle;
aI("text=Aerospace Products;url=aerospaceproducts.asp;")
}

with(milonic=new menuname("Quality")){
style=menuStyle;
aI("text=Industry Recognized Quality Expertise;url=expertise.asp;")
aI("text=In-House Testing Capabilities;url=testing.asp;")
aI("text=Certifications;url=certifications.asp;")
aI("text=2009 Accomplishments;url=accomplishments.asp;")
aI("text=Commitment;url=commitment.asp;")
aI("text=Quality Codes;url=qualitycodes.asp;")
}

with(milonic=new menuname("Suppliers")){
style=menuStyle;
aI("text=Authorized Distribution Lines;url=authorized.asp;")
aI("text=Factory Direct Relationships;url=factorydirect.asp;")
aI("text=End of Life Solutions;url=EOL.asp;")
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Warranty & Contract Terms;url=warranty.asp;")
aI("text=RMA Returns;url=support_rma_returns.asp;")
aI("text=Forms;url=forms.asp;")
aI("text=Suggestion Box;url=suggestions.asp;")
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=World Micro In The News;url=inthenews.asp;")
aI("text=News On Demand;url=newsondemand.asp;")
aI("text=Events and Trade Shows;url=events.asp;")
aI("text=Media Contacts;url=mediacontacts.asp;")
aI("text=Fact Sheet;url=factsheet.asp;")
}

with(milonic=new menuname("SalesSupport")){
style=tertMenuStyle;
aI("text=Inside Sales Team;url=salesteam.asp;")
aI("text=Field Reps;url=fieldreps.asp;")
}

drawMenus();

