_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#d8d8d8";
headercolor="#d8d8d8";
offbgcolor="#eeeeee";
offcolor="#d8d8d8";
onbgcolor="#ddffdd";
oncolor="#d8d8d8";
padding=4;
pagebgcolor="#d8d8d8";
pagecolor="d8d8d8";

}

with(firstStyle=new mm_style()){
bordercolor="#d8d8d8";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#56594c";
headercolor="#d8d8d8";
offbgcolor="#d8d8d8";
offcolor="#56594c";
onbgcolor="#153688";
oncolor="#ffffff";
padding="4px 4px 4px 14px";
pagebgcolor="#d8d8d8";
pagecolor="56594c";
separatorsize=1;
separatorimage='/images/nav_dots.gif';
subimage='/images/arrow_off.gif';
onsubimage='/images/arrow_off.gif';
subimagepadding=2;
bottomimage='/images/arrow_off.gif';
}


with(milonic=new menuname("about")){
style=firstStyle;
top="offset=2";
itemwidth=160;
aI("text=Overview;url=/about/overview.html;");
aI("text=Management Team;url=/about/mgmt.html;");
aI("text=Board of Directors;url=/about/bod.html;");
aI("text=Scientific Advisory Board;url=/about/sab.html;");
aI("text=Careers;url=/careers/overview.html;");
aI("text=Contact Us;url=/about/contact.html;");
}

with(milonic=new menuname("technology")){
style=firstStyle;
top="offset=2";
itemwidth=205;
aI("text=Overview;url=/technology/overview.html;");
aI("text=Adjuvanted Vaccines;url=/technology/vaccines.html;");
aI("text=Immunotherapeutics;url=/technology/immunotherapeutics.html;");
aI("text=Overview of the Immune System;url=/technology/immunesystem.html;");
aI("text=Mechanism of Action;url=/technology/mechanism.html;");
}

with(milonic=new menuname("pipeline")){
style=firstStyle;
top="offset=2";
itemwidth=140;
aI("text=Adjuvanted Vaccines;url=/pipeline/vaccines.html");
aI("text=Immunotherapeutics;url=/pipeline/Immunotherapeutics.html;");
}

with(milonic=new menuname("collaborators")){
style=firstStyle;
top="offset=2";
itemwidth=150;
aI("text=Partnerships;url=/collaborators/partnerships.html;");
aI("text=Grants & Contracts;url=/collaborators/grants.html;");
aI("text=Research Agreements;url=/collaborators/research.html;");
}

with(milonic=new menuname("news")){
style=firstStyle;
top="offset=2";
itemwidth=155;
aI("text=Press Releases;url=/news/press.html;");
aI("text=Press Release Archive;url=/news/archive.html;");
aI("text=Papers;url=/news/papers.html;");
aI("text=Presentations;url=/news/presentations.html;");
aI("text=Industry News;url=/news/industrynews.html;");
}

with(milonic=new menuname("careers")){
style=firstStyle;
top="offset=2";
itemwidth=140;
aI("text=Overview;url=/careers/overview.html;");
aI("text=Career Opportunities;url=/careers/opportunities.html;");
}
drawMenus();

