_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=65");
aI("itemwidth=;text=Find a Dealer;url=/?cmd=DealerLocator&DivisionID=65");
aI("itemwidth=;text=Search;url=/?cmd=Search&DivisionID=65");
}

	with(milonic=new menuname("products")){_c=1
	borderwidth = 1;
	style = mainStyle2;
	aI("text=HF Transceivers/Amplifiers;url=/?cmd=DisplayProducts&DivisionID=65&ProdCatID=102");
	aI("text=Receivers;url=/?cmd=DisplayProducts&DivisionID=65&ProdCatID=103");
	aI("text=Rotators;url=/?cmd=DisplayProducts&DivisionID=65&ProdCatID=104");
	aI("text=VHF/UHF Handhelds;url=/?cmd=DisplayProducts&DivisionID=65&ProdCatID=111");
	aI("text=VHF/UHF Mobile Transceivers;url=/?cmd=DisplayProducts&DivisionID=65&ProdCatID=106");
	aI("text=WIRES&trade; Internet Linking;url=/?cmd=DisplayProducts&DivisionID=65&ProdCatID=108");
	}
	
	with(milonic=new menuname("ProdReg")){_c=1
	borderwidth = 1;
	style = mainStyle2;
	aI("text=Home;url=/?cmd=MyVertex&DivisionID=65;");
	aI("text=Product Registration;url=/?cmd=ShowAmateurProductRegistrationForm");
	}
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
