_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling
_menuCloseDelay=20  // The delay for menus to remain visible on mouse off
_menuOpenDelay=10   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position

/////////////////////////////////////////////////blue style
with(blue=new mm_style()){
     onbgcolor = "";
       oncolor = "#00006F"; //text
    offbgcolor = "";
      offcolor = "#ffffff"; //text
   bordercolor = "";
   borderstyle = "";
separatorcolor = "";
 separatorsize = 0;
       padding = 1;
      fontsize = "11px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
/////////////////////////////////////////////////blue drop style
with(bluedropstyle=new mm_style()){
     onbgcolor = "#00006F";
       oncolor = "#ffffff"; //text
    offbgcolor = "#EEEEEE";
      offcolor = "#484848"; //text
   bordercolor = "#000000";
   borderstyle = "solid";
   borderwidth = 1;
separatorcolor = "";
 separatorsize = 0;
       padding = 7;
      fontsize = "10px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "verdana, tahoma, arial";

}
///////////////////////////////////////////////////////////menu
with(milonic=new menuname("mainmenu2")){_c=1
top = 108;
left = 150;
//itemwidth=51;
borderwidth = 1;
style = blue;
alwaysvisible = 1;
orientation="horizontal"
itemheight=28;
zindex=80;

aI("text=home;url=default.asp");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=winch products;showmenu=winch_products;type=header;");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=custom winch projects;url=custom.asp");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=configuration;url=config.asp");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=custom vehicle;url=custom_vehicle.asp");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=testimonials;url=testimonials.asp");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=image gallery;url=imagegallery.asp");
aI("image=images/common/nav_dots.gif;type=header;");
aI("text=contact us;url=contactus.asp");
}

	with(milonic=new menuname("winch_products")){_c=1
	borderwidth = 1;
	itemwidth = 220;
	style = bluedropstyle;
	aI("text=&nbsp;o Smart Winch;url=winch_products_smartwinch.asp");
	aI("text=&nbsp;o DS 2000;url=winch_products_2000.asp;");
	aI("text=&nbsp;o DS 3000;url=winch_products_3000.asp;");
	}
		
drawMenus();
