
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#003366";
offbgcolor="#FFFFFF";
offcolor="#CC6633";
bordercolor="#003366";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize="14px";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=28;
left=20;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/index.html;");
aI("text=About BPA;showmenu=About BPA;");
aI("text=Services;showmenu=Services;");
aI("text=Technologies;showmenu=Technologies;");
aI("text=Products;showmenu=Products;");
}

with(milonic=new menuname("About BPA")){
style=menuStyle;
aI("text=Contact Us;url=/about_contact.html;");
aI("text=Site Map;url=/about_sitemap.html;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=Bioprocessing Consulting;url=/serv_bioconsult.html;");
aI("text=Process Optimization;url=/serv_processopt.html;");
aI("text=Bioprocess Engineering;url=/serv_bioengineer.html;");
aI("text=Project Management Consulting;url=/serv_projman.html;");
aI("text=Owner's Representation on Design and Construction Projects;url=/serv_ownersrep.html;");
}

with(milonic=new menuname("Technologies")){
style=menuStyle;
aI("text=APT Bioprocessing Technology Report;url=/tech_aptreport.html;");
aI("text=Process Technologies Consulting and Evaluation;url=/tech_protech.html;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Advanced Sterilization Products;url=/prod_advsterilization.html;");
aI("text=Manufactured Equipment;url=/prod_manufactured.html;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

drawMenus();

