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="#dddddd";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Arial, Verdana";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#006666";
onbgcolor="#edeef6";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=3;
pagebgcolor="#b3c5cd";
pagecolor="black";
separatorcolor="#B8C3EB";
separatorsize=0;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=1;
}

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

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=&nbsp;SAP Business One;url=sap.html;");
aI("text=&nbsp;FACTS;url=facts.html;");
aI("text=&nbsp;Microsoft Dynamics;url=microsoft_dynamics.html;");
aI("text=&nbsp;BusinessObjects;url=business_objects.html;");
aI("text=&nbsp;FMS Sunsystems;url=fms_sunsystems.html;");
}

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

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

drawMenus();


