


_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(AboutStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#ffffff";
offbgcolor="#425166";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="none";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#ffffff";
headerbgcolor="#ffffff";

subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Shadow(color='CCCCCC', Direction=135, Strength=2);"}



with(milonic=new menuname("Aboutsnav")){
style=AboutStyle;
overflow="scroll";
itemwidth=145;
aI("text=Corporate Overview;url=about.html;offfunction=imgswap('b1','b11');onfunction=imgswap('b1','b12');");
aI("text=Customer Service;url=CustService.html;offfunction=imgswap('b1','b11');onfunction=imgswap('b1','b12');");
aI("text=Equipment For Sale;url=EquipSale.html;offfunction=imgswap('b1','b11');onfunction=imgswap('b1','b12');");
}

with(milonic=new menuname("Productsnav")){
style=AboutStyle;
overflow="scroll";
itemwidth=145;
aI("text=Propane;url=Products.html; offfunction=imgswap('c1','c11'); onfunction=imgswap('c1','c12');");
aI("text=Petroleum;url=Petroleum.html; offfunction=imgswap('c1','c11'); onfunction=imgswap('c1','c12');");

}

with(milonic=new menuname("Resourcesnav")){
style=AboutStyle;
overflow="scroll";
itemwidth=145;
aI("text=Customer Portal;url=http://portal.abenaquicarriers.com; offfunction=imgswap('d1','d11'); onfunction=imgswap('d1','d12');");
aI("text=Request Shipping Documents;url=ReqShipDoc.html; offfunction=imgswap('d1','d11'); onfunction=imgswap('d1','d12');");
}

with(milonic=new menuname("Newsnav")){
style=AboutStyle;
overflow="scroll";
itemwidth=145;
aI("text=Press Coverage;url=News.html; offfunction=imgswap('e1','e11'); onfunction=imgswap('e1','e12');");
aI("text=Client Testimonials;url=Testimonials.html; offfunction=imgswap('e1','e11'); onfunction=imgswap('e1','e12');");
aI("text=Quarterly Newsletters;url=Newsletters.html; offfunction=imgswap('e1','e11'); onfunction=imgswap('e1','e12');");
aI("text=Influenza Pandemic Plan (pdf);url=pandemic_flu.pdf; offfunction=imgswap('d1','d11'); onfunction=imgswap('d1','d12');");}

with(milonic=new menuname("Contactsnav")){
style=AboutStyle;
overflow="scroll";
itemwidth=145;
aI("text=Contact Directory;url=ContDirectory.html; offfunction=imgswap('f1','f11'); onfunction=imgswap('f1','f12');");
aI("text=Locations;url=locations.html; offfunction=imgswap('f1','f11'); onfunction=imgswap('f1','f12');");
aI("text=Employment Opportunities;url=Employment.html; offfunction=imgswap('f1','f11'); onfunction=imgswap('f1','f12');");
aI("text=Request Informaiton;url=RequestInfo.html; offfunction=imgswap('f1','f11'); onfunction=imgswap('f1','f12');");
}
drawMenus();
