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(submenuStyle=new mm_style()){
bordercolor="#ececee";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#747474";
onbgcolor="#e1e9f3";
oncolor="#747474";
pagecolor="black";
separatorcolor="#ececee";
separatorsize=1;
subimagepadding=8;
padding=8;
}

with(menuStyle=new mm_style()){
styleid=1;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
openstyle="down";
orientation="horizontal";
style=menuStyle;
aI("image=../images/home.gif;url=index.html;");
aI("image=../images/company.gif;url=company.html;showmenu=company;");
aI("image=../images/services.gif;url=services.html;showmenu=services;");
aI("image=../images/products.gif;url=products.html;");
aI("image=../images/whyHmi.gif;url=whyHmi.html;");
aI("image=../images/qa.gif;url=qa.html;");
aI("image=../images/worldwide.gif;url=worldwide.html;");
}

with(milonic=new menuname("company")){
openstyle="down";
style=submenuStyle;
aI("text=History;url=history.html;");
aI("text=Mission Statement;url=mission.html");
}

with(milonic=new menuname("services")){
openstyle="down";
style=submenuStyle;
aI("text=Factory Identification and Evaluation;url=eval.html;");
aI("text=RFQ Management and Quotations;url=quotes.html;");
aI("text=Product Development Engineering and Tooling;url=devel.html;");
aI("text=Production and Schedule Monitoring;url=production.html;");
aI("text=Contract Assembly;url=assembly.html;");
aI("text=Quality Assurance and Final Inspection;url=inspection.html;");
aI("text=Worldwide Logistics Support;url=logistics.html;");
aI("text=Total Supply Chain Inventory Management;url=inventory.html;");

}

with(milonic=new menuname("Links")){
openstyle="up";
style=submenuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;");
aI("text=PHP - Development;url=http://www.php.net/;");
aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;");
aI("showmenu=Anti Spam;text=Anti Spam Tools;");
}

with(milonic=new menuname("MyMilonic")){
openstyle="up";
style=submenuStyle;
aI("text=Login Here;url=http://www.milonic.com/login.php;");
aI("text=License Details;url=http://www.milonic.com/mylicenses.php;");
aI("text=Milonic Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();


