_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="#eeeeee";
oncolor="#000000";
offbgcolor="#dddddd";
offcolor="#545454";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="/images/nav_arrow_down.gif";
subimagepadding="2";
overfilter="Fade(duration=0);Alpha(opacity=100);";
outfilter="Fade(duration=0)";
}


with(milonic=new menuname("Company")){
style=menuStyle;
aI("text=Corporate Information;url=/company/corp_info.asp");
aI("text=Our Customers;url=/company/customers.asp");
aI("text=Community;url=/company/community.asp");
aI("text=Employment;url=/company/employment.asp");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Molecular Biology;url=/Dir/8UJDGEY5ZZ6CWO95.htm");
aI("text=Cancer Research;url=/Dir/QARLJ1D85Q98ESHK.htm");
aI("text=Apoptosis;url=/Dir/UFM864UU8YRBSX4O.htm");
aI("text=Signal Transduction;url=/Dir/7RMWV3Z2HVNIBQO7.htm");
aI("text=Neurobiology;url=/Dir/NBTKVEUIKWC94VNL.htm");
aI("text=View All Products;url=/Group/UQ2FXFNFJGY3OZ23.htm");
}

with(milonic=new menuname("CustomerSupport")){
style=menuStyle;
aI("text=Search Tips;url=/customer_support/search_tips.asp");
aI("text=How to Order;url=/customer_support/how_to_order.asp");
aI("text=Customer FAQs;url=/customer_support/faqs.asp");
aI("text=Request a Catalog;url=/customer_support/catalog.asp");
aI("text=Biotech Links;url=/customer_support/links.asp");
aI("text=Ask a Technical Question;url=/customer_support/technical_question.asp");
}

with(milonic=new menuname("CustomServices")){
style=menuStyle;
aI("text=Commercialization;url=/custom_services/commercialization.asp");
aI("text=Private Label;url=/custom_services/private_label.asp");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Information;url=/contact_us/default.asp");
aI("text=Our Distributors;url=/contact_us/distributors.asp");
}


drawMenus();

