_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=0        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=5;     // Sub menu offset Top position
_subOffsetLeft=-10;  // Sub menu offset Left position


with(mainStyle=new mm_style()){
     onbgcolor = "#E65E0D";
       oncolor = "#FFFFFF";
    offbgcolor = "#FFFFFF";
      offcolor = "#E65E0D";
   bordercolor = "#CF550C";
   //borderstyle = "solid";
separatorcolor = "#CF550C";
 separatorsize = 0;
       padding = 6;
       onborder="2px solid #E65E0D"
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "tahoma, verdana, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     //pagecolor = "purple";
  //pagebgcolor = "pink";
   topbarimage = "images/arrow_down.gif";
topbarimageloc = "center;middle"
      //subimage = "images/arrow.gif";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}

with(mainStyle2=new mm_style()){
     onbgcolor = "#FFFFFF";
       oncolor = "#E65E0D";
    offbgcolor = "#E65E0D";
      offcolor = "#FFFFFF";
   bordercolor = "#CF550C";
   //borderstyle = "solid";
separatorcolor = "#CF550C";
 separatorsize = 0;
       padding = 6;
       onborder="2px solid #E65E0D"
      fontsize = "12px";
     fontstyle = "normal";
    fontweight = "normal";
    fontfamily = "tahoma, verdana, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     //pagecolor = "purple";
  //pagebgcolor = "pink";
   topbarimage = "images/arrow_down.gif";
topbarimageloc = "center;middle"
      //subimage = "images/arrow.gif";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}



with(milonic=new menuname("mainmenu2")){_c=1
top = 64;
left = 0;
//itemwidth=60
//menuwidth="99%";
borderwidth = 0;
//screenposition = "80,80";
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="horizontal"
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
//bgimage="winxp_back.gif";
//position="relative"
//separatorcolor="green";
aI("itemwidth=;text=Home;url=/");
aI("text=Products;showmenu=products");
aI("itemwidth=;text=Owner's Corner;showmenu=ProdReg");
aI("itemwidth=;text=Contact Us;url=/?cmd=ContactUs&DivisionID=3");
aI("itemwidth=;text=Find a Dealer;url=/?cmd=DealerLocator&DivisionID=3");
aI("itemwidth=;text=Search;url=/?cmd=Search&DivisionID=3");
aI("itemwidth=;text=Owner's Manuals;url=/?cmd=showMarineManuals&DivisionID=3");
aI("itemwidth=;text=Brochures;url=/?cmd=showMarineBrochures&DivisionID=3");
}

	with(milonic=new menuname("products")){_c=1
	borderwidth = 1;
	style = mainStyle2;
	//aI("text=AM/FM Stereos;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=81");
	aI("text=Commercial Products;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=82");
	aI("text=Fixed Mount VHF;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=83");
	aI("text=GPS Chart Plotters;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=84");
	aI("text=GPS Chart Plotter / Fish Finders;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=232");
	aI("text=GPS Chart Plotter / VHF;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=234");
	//aI("text=Portable GPS;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=171");
	aI("text=Handheld VHF;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=85");
	//aI("text=Instruments;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=86");
	aI("text=Loud Hailers;url=/?cmd=DisplayProducts&DivisionID=3&ProdCatID=87");
	}
	
	with(milonic=new menuname("ProdReg")){_c=1
	borderwidth = 1;
	style = mainStyle2;
	aI("text=Home;url=/?cmd=MyVertex&DivisionID=3;");
	aI("text=Product Registration;url=/?cmd=ShowMarineProductRegistrationForm");
	}
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	