_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#f3f3f3";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ddffdd";
oncolor="#000099";
padding=4;
pagebgcolor="#FFFFFF";
pagecolor="black";

}

with(firstStyle=new mm_style()){
bordercolor="#95B3D7";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#3D3D3D";
offbgcolor="#F0F0F0";
offcolor="#3D3D3D";
onbgcolor="#FFCE01";
oncolor="#000000";
padding="4px 4px 4px 8px";
pagebgcolor="#F0F0F0";
pagecolor="3D3D3D";
separatorcolor="#95B3D7";
separatorsize=1;
subimagepadding=2;
}


with(milonic=new menuname("products")){
style=firstStyle;
itemwidth=144;
aI("text=Overview;url=/products/overview.html;");
aI("text=I/O Controller;url=/products/iocontroller.html;");
aI("text=Multimedia Client;url=/products/multimediaclient.html;");
aI("text=Server Management;url=/products/servermanagement.html;");
aI("text=Server Adapter Card;url=/products/serveradapter.html;");
aI("text=HP Mezzanine Card;url=/products/hpmezzanine.html;");
}

with(milonic=new menuname("solutions")){
style=firstStyle;
itemwidth=144;
aI("text=Overview;url=/solutions/overview.html;");
//aI("text=White Papers;url=/solutions/whitepapers.html;");
}

with(milonic=new menuname("partners")){
style=firstStyle;
itemwidth=144;
aI("text=Overview;url=/partners/overview.html;");
}

with(milonic=new menuname("news")){
style=firstStyle;
itemwidth=144;
aI("text=Press Releases;url=/news/press.html;");
aI("text=Media Coverage;url=/news/mediacoverage.html;");
aI("text=Events;url=/news/events.html;");
}

with(milonic=new menuname("company")){
style=firstStyle;
itemwidth=144;
aI("text=Overview;url=/company/overview.html;");
aI("text=Management Team;url=/company/management.html;");
aI("text=Careers;url=/company/careers.html;");
aI("text=Contact Us;url=/company/contact.html;");
}
drawMenus();

