_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=Главная;url=http://standardhorizon.ru/");
aI("text=Продукция;showmenu=products");
aI("itemwidth=;text=Где купить;url=http://standardhorizon.ru/dealers");
aI("itemwidth=;text=Связаться с нами;url=http://standardhorizon.ru/contact");
}

	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=Портативные радиостанции;url=http://standardhorizon.ru/catalog/portativnye-radiostantsii/");
	aI("text=Мобильные радиостанции;url=http://standardhorizon.ru/catalog/Mobilnie-radiostantsii/");
	aI("text=GPS Картплоттеры;url=http://standardhorizon.ru/catalog/GPS-kartplotteri/");
	aI("text=Громкая связь;url=http://standardhorizon.ru/catalog/gromkaya-svyaz/");
	}
	
	with(milonic=new menuname("ProdReg")){_c=1
	borderwidth = 1;
	style = mainStyle2;
	aI("text=Домой;url=/?cmd=MyVertex&DivisionID=3;");
	
	}
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	
