_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset

with(mainnav=new mm_style()){
borderwidth=0;
padding="7px 0px 3px 0px";
offcolor="#807f83";
//offbgcolor="#eeeeee";
oncolor="#002b54";
pagecolor="#002b54";
pageclass="milonicpageclass";
onclass="miloniconclass";
offclass="milonicoffclass";
fontweight="normal";
fontsize="11px";
separatorsize="20";
separatorcolor="#ffffff";
rawcss="text-transform:uppercase; z-index:50; margin-bottom:4px;";
}

with(submenu=new mm_style()){
padding="3px 0px 2px 1px";
offcolor="#807f83";
oncolor="#002b54";
pagecolor="#002b54";
fontweight="normal";
fontsize="9px";
}

with(milonic=new menuname("Main Menu")){
style=mainnav;
alwaysvisible=1;
orientation="horizontal";
position="relative";
rawcss="top:-29px; left:208px; z-index:50;";
aI("text=Company;url=company.php;showmenu=company;");
aI("text=Services;url=services.php;showmenu=services;");
aI("text=Manufacturing;url=manufacturing.php;showmenu=manufacturing;");
aI("text=Logistics;url=logistics.php;showmenu=logistics;");
aI("text=Portfolio;url=portfolio_instore.php;showmenu=portfolio;");
aI("text=Case Studies;url=casestudies_specialty.php;showmenu=casestudies;");
aI("text=Contact;url=contact.php;");
}

with(milonic=new menuname("company")){
style=submenu;
overflow="scroll";
aI("image=images/13px.gif;type=header");
aI("text=HISTORY;url=company_history.php;");
aI("text=PHILOSOPHY;url=company_philosophy.php;");
aI("text=SOCIAL RESPONSIBILITY;url=company_responsibility.php;");
aI("text=CLIENTS;url=company_clients.php;");
}

with(milonic=new menuname("services")){
style=submenu;
overflow="scroll";
aI("image=images/13px.gif;type=header");
aI("text=PRE-ENGINEERING;url=services_preengineering.php;");
aI("text=PRE-MEDIA;url=services_premedia.php;");
aI("text=PROGRAM MANAGEMENT;url=services_program.php;");
}

with(milonic=new menuname("manufacturing")){
style=submenu;
overflow="scroll";
aI("image=images/13px.gif;type=header");
aI("text=FACILITY;url=manufacturing_facility.php;");
aI("text=DISPLAY;url=manufacturing_display.php;");
aI("text=OFFSET;url=manufacturing_offset.php;");
aI("text=FINISHING;url=manufacturing_finishing.php;");
aI("text=EQUIPMENT;url=manufacturing_equipment.php;");
}

with(milonic=new menuname("logistics")){
style=submenu;
overflow="scroll";
aI("image=images/13px.gif;type=header");
aI("text=FULFILLMENT;url=logistics_fulfillment.php;");
}

with(milonic=new menuname("portfolio")){
style=submenu;
overflow="scroll";
aI("image=images/13px.gif;type=header");
aI("text=IN-STORE;url=portfolio_instore.php;");
aI("text=OUTLET;url=portfolio_outlet.php;");
aI("text=WINDOW;url=portfolio_window.php;");
aI("text=BRANDED;url=portfolio_branded.php;");
}

with(milonic=new menuname("casestudies")){
style=submenu;
overflow="scroll";
aI("image=images/13px.gif;type=header");
aI("text=SPECIALTY RETAILERS;url=casestudies_specialty.php;");
aI("text=WINDOW;url=casestudies_window.php;");
aI("text=BRANDED;url=casestudies_branded.php;");
}



drawMenus();
