_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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#204e7d";
offcolor="#ffffff";
onbgcolor="#a5e2ff";
oncolor="#204e7d";
pagebgcolor="#a5e2ff";
pagecolor="#204e7d";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#204e7d";
headerbgcolor="#a5e2ff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("About")){
style=menuStyle;
itemwidth=137;
aI("text=About Us;url=/s/About_Us.asp;status=About Us;");
aI("text=History;url=/s/History.asp;status=History;");
aI("text=News;url=/s/NewsReleases.asp;status=News;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
itemwidth=192;
aI("text=Products;url=/s/Products.asp;status=Products;");
aI("text=Request for Proposal;url=/s/InformationRequest.asp;status=Request for Proposal;");
}

with(milonic=new menuname("Safety")){
style=menuStyle;
itemwidth=196;
aI("text=Safety & Integrity;url=/s/Safety_Integrity.asp;status=Safety & Integrity;");
aI("text=Corporate Social Responsibility;url=/s/Corporate_Social_Responsibility.asp;status=Corporate Social Responsibility;");
}

with(milonic=new menuname("Management")){
style=menuStyle;
itemwidth=162;
aI("text=Management Team;url=/s/Management.asp?ReportID=369517,366994,366995,366996,366997;status=Management Team;");
aI("text=Corporate;url=/s/Management.asp?ReportID=369510,369511,369512,369513,369514;status=Corporate;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=141;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
aI("text=Job Opportunities;url=/s/Careers.asp;status=Job Opportunities;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Request for Proposal;url=/s/InformationRequest.asp;status=Request for Proposal;");

}

drawMenus();