_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#ffffff";
oncolor="#000066";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000066";
offbgcolor="#E9E9E9";
offcolor="#000066";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="9x6_rightbend_grey.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu1")){
alwaysvisible=1;
itemheight=38;
itemwidth=126;
left=400;
orientation="horizontal";
style=menuStyle;
top=60;
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemred_on.gif;text=COMPANY PROFILE;showmenu=company;");
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemdarkblue_on.gif;text=TECHNOLOGY;showmenu=technology;");
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemyellow_on.gif;text=PRODUCT PIPELINE;url=products_1.html;");
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemcoral_on.gif;text=BUSINESS<br>MODEL;url=business_model.html;");
}

with(milonic=new menuname("Main Menu2")){
alwaysvisible=1;
itemheight=38;
itemwidth=126;
left=400;
orientation="horizontal";
style=menuStyle;
top=100;
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemviolet_on.gif;text=CAREERS;url=careers.html;");
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemblue_on.gif;text=NEWS;showmenu=news;");
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemgreen_on.gif;text=CONTACT/<br>IMPRINT;url=contact.html;");
aI("align=center;bgimage=layoutpics/itemblue.gif;overbgimage=layoutpics/itemorange_on.gif;text=HOME;url=index.html;");
}

with(milonic=new menuname("company")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=About<br>Fibrex Medical;url=index_2.html;");
aI("text=Management;url=company_2.html;");
aI("text=Board of Directors;url=company_3.html;");
aI("text=Clinical Advisory Board;url=company_5.html;");
aI("text=Investors;url=company_4.html;");
aI("text=Additional Resources;url=company_6.html;");
}

with(milonic=new menuname("technology")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Anti-inflammatory Peptides;url=technology_1.html;");
aI("text=Mode of Action;url=technology_2.html;");
aI("text=Disease Applications;url=technology_3.html;");
}

with(milonic=new menuname("news")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("text=Press Releases;url=news_1.html;");
aI("text=Publications;url=news_2.html;");
aI("text=Events;url=news_3.html;");
}

drawMenus();