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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#000000";
oncolor="#ffffff";
padding=8;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#000000";
separatorsize=1;
itemheight=2;
itemwidth=116;
}

with(milonic=new menuname("Samples")){
overflow="scroll";
style=menuStyle;
aI("text=Introduction;url=index.php?page=introduction;")
aI("text=100 Series;url=index.php?page=100series;")
aI("text=200 Series;url=index.php?page=200series;")
aI("text=300 Series;url=index.php?page=300series;")
aI("text=400 Series;url=index.php?page=400series;")
aI("text=Product Videos;url=index.php?page=videos;")
aI("text=Competitive Edges;url=index.php?page=competitive;")
aI("text=Testing;url=index.php?page=testing;")
aI("text=Specifications;url=index.php?page=specification;")
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=For Your Home;url=index.php?page=forhome;");
aI("text=For Your Vehicle;url=index.php?page=forvehicle;");
aI("text=For Your Business;url=index.php?page=forbusiness;");
aI("text=For Government;url=index.php?page=forgovernment;");
}

with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=Mission;url=index.php?page=mission;");
aI("text=Clients;url=index.php?page=clients;");
aI("text=Investor Relations;url=index.php?page=investorrelations;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Corporate News;url=index.php?page=corporatenews;");
aI("text=News Videos;url=index.php?page=newsvideos;");
aI("text=News Articles;url=index.php?page=newsarticles;");
}

drawMenus();

