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="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#006666";
onbgcolor="#C3E3F8";
oncolor="#000000";
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="#B8C3EB";
separatorsize=0;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=1;
}

with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=About Us;url=about_us.html;");
aI("text=Company History;url=history.html;");
aI("text=Mission Statement;url=mission.html;");
aI("text=Why Choose MCG?;url=whychooseus.html;");
aI("text=Employment;url=employment.html;");
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=SAP Business One;url=sap.html;");
aI("text=Microsoft Dynamics;url=md_intro.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Demos;url=demos.html;");
aI("text=Product Brochures;url=prod_brochures.html;");
aI("text=Did you know?;url=questions.html;");
aI("text=Partners;url=partners.html;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Business Consulting;url=management.html;");
aI("text=Hardware;url=hardware.html;");
aI("text=Networking;url=networking.html;");
aI("text=Software;url=software.html;");
aI("text=Internet;url=internet.html;");
}

drawMenus();

