fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=0;
_subOffsetLeft=0;

with(background=new mm_style()){

borderstyle="solid";
fontfamily="arial black";
fontsize="75%";
imagepadding=4;
image="transparent.gif";
itemheight=50;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=background;
position='relative';
aI("bgimage=home.jpg;overbgimage=homec.jpg;itemwidth=67;url=index.html;");
aI("bgimage=products.jpg;overbgimage=productsc.jpg;itemwidth=107;url=page3.html;showmenu=Products;");
aI("bgimage=projects.jpg;overbgimage=projectsc.jpg;itemwidth=104;url=page200.html;showmenu=Projects;");
aI("bgimage=test.jpg;overbgimage=testc.jpg;itemwidth=121;url=page201.html;");
aI("bgimage=about.jpg;overbgimage=aboutc.jpg;itemwidth=122;url=page2.html;showmenu=AboutUs;");
aI("bgimage=contact.jpg;overbgimage=contactc.jpg;itemwidth=129;url=page203.html;showmenu=Order;");
}

drawMenus();