_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=/?cmd=DivisionHome&DivisionID=64");
aI("text=Products;showmenu=products");
aI("itemwidth=;text=Owner's Corner;url=/?cmd=MyVertex&DivisionID=64");
aI("itemwidth=;text=Contact Us;url=/?cmd=ContactUs&DivisionID=64");
//aI("itemwidth=;text=Find a Dealer;url=/?cmd=DealerLocator&DivisionID=64");
aI("itemwidth=;text=Search;url=/?cmd=Search&DivisionID=64");
}

with(milonic=new menuname("products")){_c=1
borderwidth = 1;
style = mainStyle2;
aI("text=Base Stations;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=207");
aI("text=HF Transceivers;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=71");
aI("text=Trunking Mobiles;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=72");
aI("text=Trunking Portables;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=73");
aI("text=Mobiles;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=74");
aI("text=P25 Mobiles;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=224");
aI("text=Portables;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=75");
aI("text=P25 Portables;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=223");
aI("text=Repeaters;url=/?cmd=DisplayProducts&DivisionID=64&ProdCatID=76");


}

for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
