fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=10;


with(menuStyle=new mm_style()){
borderwidth=0;
onbold=1;
offcolor="#000000";
oncolor="#000080";
padding=3;
pagebgcolor="#e0e0e0";
separatorcolor="#a0a0a0";
separatorsize=1;
subimage="http://img.milonic.com/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
itemwidth=175
aI("text=Home;url=/default.html;");
aI("showmenu=About us;text=About us;");
aI("showmenu=Products & Services;text=Products & Services;");
aI("showmenu=Trials & References;text=Trials & References;");
aI("showmenu=Collaborators;text=Collaborators;");
aI("text=Careers;url=/careers/careers.html;");
aI("text=Contact;url=/contact/contact.html;");
}


with(milonic=new menuname("About us")){
overflow="scroll";
style=menuStyle;
aI("text=Management;url=/about_us/management.html;")
aI("text=Board of Directors;url=/about_us/board_of_directors.html")
aI("text=Scientific Advisory Board;url=/about_us/Scientific_Advisory_Board.html;")
aI("text=Press links;url=/Announcements/press.html;")
}

with(milonic=new menuname("Products & Services")){
style=menuStyle;
aI("text=The Product;url=/products/product.html;");
aI("text=Personalized Infectious Disease Treatment;url=/products/treat.html;");
}

with(milonic=new menuname("Trials & References")){
style=menuStyle;
aI("text=Clinical Trial;url=/Trials/trials.html;");
aI("text=Treat Scientific References;url=/Trials/references.html;");
}

with(milonic=new menuname("Collaborators")){
style=menuStyle;
aI("text=Scientific;url=/collaborators/scientific.html;");
aI("text=Customers;url=/collaborators/hospitals.html;");
aI("text=Companies;url=/collaborators/Companies.html;");
}

drawMenus();


