_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#0d3692";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#0d36920";
onbgcolor="#ffffff";
oncolor="#ff4719";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="black";

}

with(firstStyle=new mm_style()){
bordercolor="#0d3692";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="bold";
offbgcolor="#ffffff";
offcolor="#0d3692";
onbgcolor="#ffffff";
oncolor="#ff4719";
padding="4px 4px 4px 8px";
separatorcolor="#0d3692";
separatorsize=1;
}


with(milonic=new menuname("products")){
style=firstStyle;
itemwidth=169;
aI("text=Products Overview;url=/product_overview.shtml;");
aI("text=Industrial Boards;url=/02b_ind_boards.shtml;");
aI("text=Rackmount Systems;url=/02c_rack_systems.shtml;");
aI("text=Embedded Systems;url=/02c_embedded_systems.shtml;");
aI("text=Mobile / Medical Systems;url=/02c_mobile_handheld.shtml;");
aI("text=Display Solutions;url=/01a_display.shtml;");
}

with(milonic=new menuname("solutions")){
style=firstStyle;
itemwidth=165;
aI("text=Industry Solutions;url=/03a_solutions.shtml;showmenu=industry;url=/03a_solutions.shtml;");
aI("text=Systems Integration;url=/02c_sys_integration.shtml;");
}

with(milonic=new menuname("industry")){
style=firstStyle;
itemwidth=169;
aI("text=Security & Surveillance;url=/03_solutions/03b_security.shtml;");
aI("text=Medical;url=/03_solutions/03c_medical.shtml;");
aI("text=Industrial Automation;url=/03_solutions/03d_industrial.shtml;");
aI("text=Defense;url=/03_solutions/03e_defense.shtml;");
aI("text=Semiconductor;url=/03_solutions/03f_semiconductor.shtml;");
aI("text=Test & Measurement;url=/03_solutions/03g_test.shtml;");
}

with(milonic=new menuname("company")){
style=firstStyle;
itemwidth=166;
aI("text=Advantages of Corvalent Products;url=/02a_overview.shtml;");
aI("text=About Corvalent;url=/01a_overview.shtml;");
aI("text=Management Team;url=/01b_management.shtml;");
aI("text=Careers;url=/01d_careers.shtml;");
aI("text=Testimonials;url=/01e_success.shtml;");
aI("text=Current Press Releases;url=/01f_press.shtml;");
aI("text=Martin's Corner;url=/martinscorner/index.shtml;");
}

with(milonic=new menuname("support")){
style=firstStyle;
itemwidth=120;
aI("text=Technical Support;url=/02e_support.shtml;");
aI("text=FAQ;url=/02f_faq.shtml;");
aI("text=RMA;url=/02e_rma.asp;");
aI("text=ROHS;url=/02_products/02a_rohs.shtml;");
}

with(milonic=new menuname("press")){
style=firstStyle;
itemwidth=130;
aI("text=Current Press Releases;url=/01f_press.shtml;");
aI("text=Press Release Archive;url=/01f_archives.shtml;");
aI("text=Community;url=/01f_news/community.shtml;");
}

with(milonic=new menuname("contact")){
style=firstStyle;
itemwidth=100;
aI("text=Contact Form;url=/04a_contact.shtml#form;");
}

drawMenus();
