


_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="#2779C5";
oncolor="#ffffff";
offbgcolor="#08457E";
offcolor="#ffffff";
bordercolor="#CB0100";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="14";
fontweight="normal";
fontstyle="normal";
fontfamily="arial";
}



with(menuStyle_inside=new mm_style()){
onbgcolor="#2779C5";
oncolor="#ffffff";
offbgcolor="#08457E";
offcolor="#ffffff";
bordercolor="#CB0100";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="14";
fontweight="normal";
fontstyle="normal";
fontfamily="arial";
}




with(milonic=new menuname("specs")){
style=menuStyle_inside;
itemwidth=200;


//aI("text=Capacity Graphs;url=./capacity.html;status=Capacity Graphs;");
aI("text=Maximum Sealing Available;url=./sealing.html;status=Maximum Sealing Available;");
aI("text=Sizing Specs;url=./sizing.html;status=Sizing Specs;");

}






drawMenus();


