fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps - THIS IS THE MAIN MENU
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
pagecolor="#FFCC33";
offcolor="#038338";
oncolor="#00CCFF";
bgimage="/Include/vert.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=31;
itemwidth=101;
left=210;
position="relative";
orientation="vertical";
style=menuStyle;
top=10;
aI("align=center;bgimage=Include/vert.gif;title=about us;text=HOME;url=index.htm;");
aI("align=center;bgimage=Include/vert.gif;title=consultants;text=CONSULTANTS;url=consultants.htm;");
aI("align=center;bgimage=Include/vert.gif;overbgimage=Include/services_vert.gif;title=projects;showmenu=PROJECTS;text=PROJECTS;");
aI("align=center;bgimage=Include/vert.gif;overbgimage=Include/services_vert.gif;title=services;showmenu=SERVICES;text=SERVICES;");
aI("align=center;bgimage=Include/vert.gif;title=photo gallery;text=GALLERY;url=images.htm");
aI("align=center;bgimage=Include/vert.gif;title=contact us;text=CONTACT;url=contactus.htm");
}

with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#000000";
oncolor="#00CCFF";
pagecolor="#FFCC33";
}

with(milonic=new menuname("projects")){
itemheight=31;
itemwidth=101;
menuwidth=606;
orientation="horizontal";
style=submenuStyle;
top="offset=0";
aI("align=center;bgimage=Include/vert.gif;title=Polikarpov I 16;text=Original Aircraft;url=I16.htm")
aI("align=center;bgimage=Include/vert.gif;title=Dynamic Traction Brace;text=DYTRAB;url=dytrab.htm")
aI("align=center;bgimage=Include/vert.gif;title=archived projects;text=Archived Projects;url=projects.htm")
}

with(milonic=new menuname("services")){
itemheight=31;
itemwidth=101;
menuwidth=606;
orientation="horizontal";
style=submenuStyle;
top="offset=0";
aI("align=center;bgimage=Include/vert.gif;title=engineering services;text=engineering;url=services_engineering.htm")
aI("align=center;bgimage=Include/vert.gif;title=fabrication services;text=fabrication;url=services_fabrication.htm")
aI("align=center;bgimage=Include/vert.gif;title=prototype services;text=prototype;url=services_prototype.htm")
aI("align=center;bgimage=Include/vert.gif;title=fiberglass repair;text=fiberglass;url=services_fiberglass.htm;")
aI("align=center;bgimage=Include/vert.gif;title=design services;text=design;url=services_design.htm")
aI("align=center;bgimage=Include/vert.gif;title=products;text=products;url=products.htm")

}



drawMenus();

