_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(mainStyle=new mm_style()){
margin=0;
//offbgcolor="#000000";
offcolor="#FFFFFF";
//onbgcolor="#000000";
oncolor="#ED2426";
separatorcolor="#F7F7F7";
separatorsize="1";
padding=2;
fontsize="13px";
fontstyle="bold";
fontfamily="Arial";
fontweight="700";
//itemwidth="132px";
//bordercolor="#296488";
//borderstyle="solid";
//borderwidth=1;
//subimage="images/nav_arrow.gif";
//subimagepadding="0";
//image="images/dotted_arrow.gif";
//imagepadding="6";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";

}

with(subStyle=new mm_style()){
align="left";
margin=0;
offbgcolor="#F7F7F7";
offcolor="#666";
onbgcolor="#e4e5e6";
oncolor="#000000";
separatorcolor="#CED2D7";
separatorsize=1;
padding=6;
fontsize="12px";
fontstyle="normal";
fontfamily="Arial";
fontweight="500";
itemwidth="110px";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;

//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";

//image="images/menu_sd.gif";
imagepadding=3;

}
//
with(milonic=new menuname("Main Menu")){
style=mainStyle;
margin="0px";
itemheight="0px";
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home&nbsp;&nbsp;&nbsp;;url=index.html;");
aI("text=&nbsp;&nbsp;&nbsp;Products&nbsp;&nbsp;&nbsp;showmenu=products;url=products.html;");
//aI("text=&nbsp;&nbsp;&nbsp;How To Purchase&nbsp;&nbsp;&nbsp;url=purchase.html;");
aI("text=&nbsp;&nbsp;&nbsp;Contact Us&nbsp;&nbsp;&nbsp;;url=contact.html;");
aI("text=&nbsp;&nbsp;&nbsp;About NPN;showmenu=/company;;url=about.html;");
}

with(milonic=new menuname("products")){
style=subStyle;
overflow="scroll";
aI("text=Air Filters;url=air_filters.html;");
aI("text=Brake Hydraulics;url=brake_hydraulics.html;");
aI("text=Brake Pads;url=brake_pads.html;");
aI("text=Cabin Filters;url=cabin_filters.html;");
aI("text=Fuel Filters;url=fuel_filters.html;");
aI("text=Oil Filters;url=oil_filters.html;");
aI("text=Timing Belts;url=timing_belts.html;");
//aI("text=<hr>;");
//aI("text=&nbsp;&nbsp;-&nbsp;OEM Line Card (Brand);url=/pdfs/brand.pdf; target=_blank;");
//aI("text=&nbsp;&nbsp;-&nbsp;OEM Line Card (Category);url=/pdfs/linecard.pdf; target=_blank;");
//aI("text=<hr>");
//aI("text=Material Safety Data Sheets (MSDS);url=/msds.html;");
//aI("text=<hr>Contact Sales Department;url=/sales.html;");

}

drawMenus();