_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="";
}

with(submenuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#666666";
bordercolor="#7AA7FC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#7AA7FC";
separatorsize="1";
padding=5;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95)";
outfilter="";
}


with(milonic=new menuname("company")){
style=submenuStyle;
aI("text=overview;url=overview.asp;");
}

with(milonic=new menuname("marketsector")){
style=submenuStyle;
aI("text=aerospace;url=aerospace.asp;");
aI("text=military;url=military.asp;");
aI("text=electronics;url=electronics.asp;");
aI("text=maritime;url=maritime.asp;");
aI("text=instrumentation;url=instrumentation.asp;");
aI("text=healthcare;url=healthcare.asp;");
aI("text=utilities;url=utilities.asp;");
}

with(milonic=new menuname("expertise")){
style=submenuStyle;
aI("text=solution provider;url=solution.asp;");
aI("text=design;url=design.asp;");
aI("text=product development;url=products_development.asp;");
aI("text=testing;url=testing.asp;");
aI("text=manufacturing;url=manufacturing.asp;");
aI("text=repair & maintenance;url=repair.asp;");
}


drawMenus();