//-----------------------------------------------------------------------
//- Created by the Agama Web Menus - generator  ver 2.12
//- Copyright MP Software (c)2008
//- Can I use this script? See http://www.agama-menu.com
//-----------------------------------------------------------------------

//Create main menu items style object. All main menu items inherite style from this object
var menu_MainGroupItemsGeneralStyle = new menuMenuItem();
menu_MainGroupItemsGeneralStyle.Text_o='';
menu_MainGroupItemsGeneralStyle.Text_c='';
menu_MainGroupItemsGeneralStyle.TextAlign='center';
menu_MainGroupItemsGeneralStyle.URL='';
menu_MainGroupItemsGeneralStyle.URLTarget='';
menu_MainGroupItemsGeneralStyle.Hint='';
menu_MainGroupItemsGeneralStyle.OnLeaveJS='';
menu_MainGroupItemsGeneralStyle.OnOverJS='';
menu_MainGroupItemsGeneralStyle.OnClickJS='';
menu_MainGroupItemsGeneralStyle.Height=20;
menu_MainGroupItemsGeneralStyle.Width=130;
menu_MainGroupItemsGeneralStyle.Cursor='default';
menu_MainGroupItemsGeneralStyle.PaddingLeft=2;
menu_MainGroupItemsGeneralStyle.PaddingLeft_o=null;
menu_MainGroupItemsGeneralStyle.PaddingTop=2;
menu_MainGroupItemsGeneralStyle.PaddingTop_o=null;
menu_MainGroupItemsGeneralStyle.PaddingRight=2;
menu_MainGroupItemsGeneralStyle.PaddingRight_o=null;
menu_MainGroupItemsGeneralStyle.PaddingBottom=2;
menu_MainGroupItemsGeneralStyle.PaddingBottom_o=null;
menu_MainGroupItemsGeneralStyle.BgColor='';
menu_MainGroupItemsGeneralStyle.BgColor_o='';
menu_MainGroupItemsGeneralStyle.BgColor_c='';
menu_MainGroupItemsGeneralStyle.BgImage='';
menu_MainGroupItemsGeneralStyle.BgImage_o='';
menu_MainGroupItemsGeneralStyle.BgImage_c='';
menu_MainGroupItemsGeneralStyle.BgImgRep='repeat';
menu_MainGroupItemsGeneralStyle.BgImgRep_o='';
menu_MainGroupItemsGeneralStyle.BgImgRep_c='';
menu_MainGroupItemsGeneralStyle.BgImgPos='top left';
menu_MainGroupItemsGeneralStyle.BgImgPos_o='';
menu_MainGroupItemsGeneralStyle.BgImgPos_c='';
menu_MainGroupItemsGeneralStyle.LeftPartBgImage='';
menu_MainGroupItemsGeneralStyle.LeftPartBgImage_o='';
menu_MainGroupItemsGeneralStyle.LeftPartBgImage_c='';
menu_MainGroupItemsGeneralStyle.LeftPartBgImgPos='top';
menu_MainGroupItemsGeneralStyle.RightPartBgImage='';
menu_MainGroupItemsGeneralStyle.RightPartBgImage_o='';
menu_MainGroupItemsGeneralStyle.RightPartBgImage_c='';
menu_MainGroupItemsGeneralStyle.RightPartBgImgPos='top';
menu_MainGroupItemsGeneralStyle.FontColor='#004080';
menu_MainGroupItemsGeneralStyle.FontColor_o='#C60000';
menu_MainGroupItemsGeneralStyle.FontColor_c='';
menu_MainGroupItemsGeneralStyle.FontFamily='Arial, Helvetica, sans-seri';
menu_MainGroupItemsGeneralStyle.FontFamily_o='';
menu_MainGroupItemsGeneralStyle.FontFamily_c='';
menu_MainGroupItemsGeneralStyle.FontSize=11;
menu_MainGroupItemsGeneralStyle.FontSize_o=null;
menu_MainGroupItemsGeneralStyle.FontSize_c=null;
menu_MainGroupItemsGeneralStyle.FontDecoration='none';
menu_MainGroupItemsGeneralStyle.FontDecoration_o='';
menu_MainGroupItemsGeneralStyle.FontDecoration_c='';
menu_MainGroupItemsGeneralStyle.FontWeight='normal';
menu_MainGroupItemsGeneralStyle.FontWeight_o='';
menu_MainGroupItemsGeneralStyle.FontWeight_c='';
menu_MainGroupItemsGeneralStyle.FontStyle='normal';
menu_MainGroupItemsGeneralStyle.FontStyle_o='';
menu_MainGroupItemsGeneralStyle.FontStyle_c='';
menu_MainGroupItemsGeneralStyle.BorderWidth=1;
menu_MainGroupItemsGeneralStyle.BorderWidth_o=null;
menu_MainGroupItemsGeneralStyle.BorderWidth_c=null;
menu_MainGroupItemsGeneralStyle.BorderColor='#000000';
menu_MainGroupItemsGeneralStyle.BorderColor_o='';
menu_MainGroupItemsGeneralStyle.BorderColor_c='';
menu_MainGroupItemsGeneralStyle.Border='none';
menu_MainGroupItemsGeneralStyle.Border_o='';
menu_MainGroupItemsGeneralStyle.Border_c='';
menu_MainGroupItemsGeneralStyle.BorderLeft=true;
menu_MainGroupItemsGeneralStyle.BorderRight=true;
menu_MainGroupItemsGeneralStyle.BorderTop=true;
menu_MainGroupItemsGeneralStyle.BorderBottom=true;
menu_MainGroupItemsGeneralStyle.SeparatorColor='#000000';
menu_MainGroupItemsGeneralStyle.SeparatorSize=0;
menu_MainGroupItemsGeneralStyle.LeftIcon='';
menu_MainGroupItemsGeneralStyle.LeftIcon_o='';
menu_MainGroupItemsGeneralStyle.LeftIcon_c='';
menu_MainGroupItemsGeneralStyle.LeftIconOffsetX=0;
menu_MainGroupItemsGeneralStyle.LeftIconOffsetX_o=null;
menu_MainGroupItemsGeneralStyle.LeftIconOffsetX_c=null;
menu_MainGroupItemsGeneralStyle.LeftIconOffsetY=0;
menu_MainGroupItemsGeneralStyle.LeftIconOffsetY_o=null;
menu_MainGroupItemsGeneralStyle.LeftIconOffsetY_c=null;
menu_MainGroupItemsGeneralStyle.LeftIconIsIndicator=false;
menu_MainGroupItemsGeneralStyle.RightIcon='';
menu_MainGroupItemsGeneralStyle.RightIcon_o='';
menu_MainGroupItemsGeneralStyle.RightIcon_c='';
menu_MainGroupItemsGeneralStyle.RightIconOffsetX=0;
menu_MainGroupItemsGeneralStyle.RightIconOffsetX_o=null;
menu_MainGroupItemsGeneralStyle.RightIconOffsetX_c=null;
menu_MainGroupItemsGeneralStyle.RightIconOffsetY=0;
menu_MainGroupItemsGeneralStyle.RightIconOffsetY_o=null;
menu_MainGroupItemsGeneralStyle.RightIconOffsetY_c=null;
menu_MainGroupItemsGeneralStyle.RightIconIsIndicator=true;

//Create submenu items style object. All menu items of submenus inherite style from this object
var menu_GroupItemsGeneralStyle = new menuMenuItem();
menu_GroupItemsGeneralStyle.Text_o='';
menu_GroupItemsGeneralStyle.Text_c='';
menu_GroupItemsGeneralStyle.TextAlign='left';
menu_GroupItemsGeneralStyle.URL='';
menu_GroupItemsGeneralStyle.URLTarget='';
menu_GroupItemsGeneralStyle.Hint='';
menu_GroupItemsGeneralStyle.OnLeaveJS='';
menu_GroupItemsGeneralStyle.OnOverJS='';
menu_GroupItemsGeneralStyle.OnClickJS='';
menu_GroupItemsGeneralStyle.Height=20;
menu_GroupItemsGeneralStyle.Width=130;
menu_GroupItemsGeneralStyle.Cursor='default';
menu_GroupItemsGeneralStyle.PaddingLeft=2;
menu_GroupItemsGeneralStyle.PaddingLeft_o=2;
menu_GroupItemsGeneralStyle.PaddingTop=2;
menu_GroupItemsGeneralStyle.PaddingTop_o=2;
menu_GroupItemsGeneralStyle.PaddingRight=2;
menu_GroupItemsGeneralStyle.PaddingRight_o=2;
menu_GroupItemsGeneralStyle.PaddingBottom=2;
menu_GroupItemsGeneralStyle.PaddingBottom_o=2;
menu_GroupItemsGeneralStyle.BgColor='';
menu_GroupItemsGeneralStyle.BgColor_o='#FFFFFF';
menu_GroupItemsGeneralStyle.BgColor_c='';
menu_GroupItemsGeneralStyle.BgImage='';
menu_GroupItemsGeneralStyle.BgImage_o='';
menu_GroupItemsGeneralStyle.BgImage_c='';
menu_GroupItemsGeneralStyle.BgImgRep='repeat';
menu_GroupItemsGeneralStyle.BgImgRep_o='';
menu_GroupItemsGeneralStyle.BgImgRep_c='';
menu_GroupItemsGeneralStyle.BgImgPos='top left';
menu_GroupItemsGeneralStyle.BgImgPos_o='';
menu_GroupItemsGeneralStyle.BgImgPos_c='';
menu_GroupItemsGeneralStyle.LeftPartBgImage='';
menu_GroupItemsGeneralStyle.LeftPartBgImage_o='';
menu_GroupItemsGeneralStyle.LeftPartBgImage_c='';
menu_GroupItemsGeneralStyle.LeftPartBgImgPos='top left';
menu_GroupItemsGeneralStyle.RightPartBgImage='';
menu_GroupItemsGeneralStyle.RightPartBgImage_o='';
menu_GroupItemsGeneralStyle.RightPartBgImage_c='';
menu_GroupItemsGeneralStyle.RightPartBgImgPos='top left';
menu_GroupItemsGeneralStyle.FontColor='#004080';
menu_GroupItemsGeneralStyle.FontColor_o='';
menu_GroupItemsGeneralStyle.FontColor_c='';
menu_GroupItemsGeneralStyle.FontFamily='Arial, Helvetica, sans-seri';
menu_GroupItemsGeneralStyle.FontFamily_o='';
menu_GroupItemsGeneralStyle.FontFamily_c='';
menu_GroupItemsGeneralStyle.FontSize=11;
menu_GroupItemsGeneralStyle.FontSize_o=null;
menu_GroupItemsGeneralStyle.FontSize_c=null;
menu_GroupItemsGeneralStyle.FontDecoration='none';
menu_GroupItemsGeneralStyle.FontDecoration_o='';
menu_GroupItemsGeneralStyle.FontDecoration_c='';
menu_GroupItemsGeneralStyle.FontWeight='normal';
menu_GroupItemsGeneralStyle.FontWeight_o='';
menu_GroupItemsGeneralStyle.FontWeight_c='';
menu_GroupItemsGeneralStyle.FontStyle='normal';
menu_GroupItemsGeneralStyle.FontStyle_o='';
menu_GroupItemsGeneralStyle.FontStyle_c='';
menu_GroupItemsGeneralStyle.BorderWidth=0;
menu_GroupItemsGeneralStyle.BorderWidth_o=null;
menu_GroupItemsGeneralStyle.BorderWidth_c=null;
menu_GroupItemsGeneralStyle.BorderColor='';
menu_GroupItemsGeneralStyle.BorderColor_o='';
menu_GroupItemsGeneralStyle.BorderColor_c='';
menu_GroupItemsGeneralStyle.Border='none';
menu_GroupItemsGeneralStyle.Border_o='';
menu_GroupItemsGeneralStyle.Border_c='';
menu_GroupItemsGeneralStyle.BorderLeft=true;
menu_GroupItemsGeneralStyle.BorderRight=true;
menu_GroupItemsGeneralStyle.BorderTop=true;
menu_GroupItemsGeneralStyle.BorderBottom=true;
menu_GroupItemsGeneralStyle.SeparatorColor='#FFC6AA';
menu_GroupItemsGeneralStyle.SeparatorSize=1;
menu_GroupItemsGeneralStyle.LeftIcon='';
menu_GroupItemsGeneralStyle.LeftIcon_o='';
menu_GroupItemsGeneralStyle.LeftIcon_c='';
menu_GroupItemsGeneralStyle.LeftIconOffsetX=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetX_o=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetX_c=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetY=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetY_o=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetY_c=0;
menu_GroupItemsGeneralStyle.LeftIconIsIndicator=false;
menu_GroupItemsGeneralStyle.RightIcon='http://www.vegaprom.ru/images/menu_images/arr_fire_right.gif';
menu_GroupItemsGeneralStyle.RightIcon_o='';
menu_GroupItemsGeneralStyle.RightIcon_c='';
menu_GroupItemsGeneralStyle.RightIconOffsetX=-7;
menu_GroupItemsGeneralStyle.RightIconOffsetX_o=0;
menu_GroupItemsGeneralStyle.RightIconOffsetX_c=0;
menu_GroupItemsGeneralStyle.RightIconOffsetY=-3;
menu_GroupItemsGeneralStyle.RightIconOffsetY_o=0;
menu_GroupItemsGeneralStyle.RightIconOffsetY_c=0;
menu_GroupItemsGeneralStyle.RightIconIsIndicator=true;

//Create submenu items style object - All submenus inherite style from this object
var menu_GroupStyle = new menuMenuGroup();
menu_GroupStyle.Width=200;
menu_GroupStyle.MenuGroupAlign=0;
menu_GroupStyle.Opacity=100;
menu_GroupStyle.ShowDropDownControl=false;
menu_GroupStyle.InitDropdownState=1;
menu_GroupStyle.ItemsPadding_L=5;
menu_GroupStyle.ItemsPadding_R=5;
menu_GroupStyle.ItemsPadding_T=10;
menu_GroupStyle.ItemsPadding_B=5;
menu_GroupStyle.ItemsSpacing=0;
menu_GroupStyle.BgColor='#FEE2C5';
menu_GroupStyle.BgImgPos='top left';
menu_GroupStyle.BgImgRep='repeat';
menu_GroupStyle.Border='solid';
menu_GroupStyle.BorderWidth=1;
menu_GroupStyle.BorderColor='#C0C0C0';
menu_GroupStyle.HeaderText='';
menu_GroupStyle.HeaderTextAlign='center';
menu_GroupStyle.HeaderTextOffsetX=0;
menu_GroupStyle.HeaderTextOffsetY=8;
menu_GroupStyle.HeaderHeight=0;
menu_GroupStyle.HeaderBgColor='';
menu_GroupStyle.HeaderIconOffsetX=6;
menu_GroupStyle.HeaderIconOffsetY=6;
menu_GroupStyle.HeaderBgImgRep='repeat';
menu_GroupStyle.HeaderBgImgPos='top left';
menu_GroupStyle.FontFamily='Arial, Helvetica, sans-seri';
menu_GroupStyle.FontColor='#004080';
menu_GroupStyle.FontSize=10;
menu_GroupStyle.FontDecoration='none';
menu_GroupStyle.FontWeight='normal';
menu_GroupStyle.FontStyle='normal';
menu_GroupStyle.DropdownImageExpand='';
menu_GroupStyle.DropdownImageCollapse='';
menu_GroupStyle.OnGroupShowJS='';
menu_GroupStyle.OnGroupHideJS='';
menu_GroupStyle.AnimationType=0;
menu_GroupStyle.AnimationTimeout=8;

//Create main menu
var menu_mg_ID1 = new menuMenuGroup(0,0,'H');
menu_mg_ID1.id='menu_mg_ID1';
menu_mg_ID1.IsMainGroup=1;
menu_mg_ID1.BgColor='';
menu_mg_ID1.Width=200;
menu_mg_ID1.Opacity=100;
menu_mg_ID1.ShowDropDownControl=false;
menu_mg_ID1.InitDropdownState=1;
menu_mg_ID1.ItemsPadding_L=1;
menu_mg_ID1.ItemsPadding_R=1;
menu_mg_ID1.ItemsPadding_T=1;
menu_mg_ID1.ItemsPadding_B=1;
menu_mg_ID1.ItemsSpacing=0;
menu_mg_ID1.Embedding='relative';
menu_mg_ID1.z=1000;
menu_mg_ID1.BgImgPos='top left';
menu_mg_ID1.BgImgRep='repeat';
menu_mg_ID1.Border='none';
menu_mg_ID1.BorderWidth=1;
menu_mg_ID1.BorderColor='';
menu_mg_ID1.HeaderText='';
menu_mg_ID1.HeaderTextAlign='center';
menu_mg_ID1.HeaderTextOffsetX=0;
menu_mg_ID1.HeaderTextOffsetY=4;
menu_mg_ID1.HeaderHeight=0;
menu_mg_ID1.HeaderBgColor='';
menu_mg_ID1.HeaderIconOffsetX=-7;
menu_mg_ID1.HeaderIconOffsetY=-1;
menu_mg_ID1.HeaderBgImgRep='repeat-x';
menu_mg_ID1.HeaderBgImgPos='top left';
menu_mg_ID1.DropdownImageExpand='';
menu_mg_ID1.DropdownImageCollapse='';
menu_mg_ID1.FontFamily='Verdana, Geneva, Arial, Helvetica, sans-serif';
menu_mg_ID1.FontColor='#004080';
menu_mg_ID1.FontSize=12;
menu_mg_ID1.FontDecoration='none';
menu_mg_ID1.FontWeight='bolder';
menu_mg_ID1.FontStyle='normal';

//Create new menu item
var menu_i_ID5 = new menuMenuItem('<div align="center">МЕТАЛЛОРЕЖУЩЕЕ<br>ОБОРУДОВАНИЕ</div>');
menu_i_ID5.id='menu_i_ID5';
menu_i_ID5.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID5.Text_o='';
menu_i_ID5.Text_c='';
menu_i_ID5.URL='';
menu_i_ID5.Hint='';
menu_i_ID5.Height=42;
menu_i_ID5.Width=180;
menu_i_ID5.BgColor='#2C9DD5';
menu_i_ID5.BgColor_o='#FF9933';
menu_i_ID5.FontColor='#FFFFFF';
menu_i_ID5.FontColor_o='#FFFFFF';
menu_i_ID5.FontSize=12;
menu_i_ID5.FontWeight='bolder';

//Create new submenu group
var menu_g_ID40 = new menuMenuGroup(0,0,'V');
menu_g_ID40.id='menu_g_ID40';
menu_g_ID40.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID40.Width=177;
menu_g_ID40.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID5.AddGroup(menu_g_ID40);

//Create new menu item
var menu_i_ID39 = new menuMenuItem('Отечественное');
menu_i_ID39.id='menu_i_ID39';
menu_i_ID39.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID39.Text_o='';
menu_i_ID39.Text_c='';
menu_i_ID39.URL='';
menu_i_ID39.Hint='';
menu_i_ID39.Width=100;

//Create new submenu group
var menu_g_ID42 = new menuMenuGroup(0,0,'V');
menu_g_ID42.id='menu_g_ID42';
menu_g_ID42.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID42.Width=330;
menu_g_ID42.ItemsPadding_T=5;
menu_g_ID42.ItemsPadding_B=3;
//Connect the submenu to the menu item
menu_i_ID39.AddGroup(menu_g_ID42);

//Create new menu item
var menu_i_ID41 = new menuMenuItem('Станки токарно-винторезные');
menu_i_ID41.id='menu_i_ID41';
menu_i_ID41.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID41.Text_o='';
menu_i_ID41.Text_c='';
menu_i_ID41.URL='/cut/cut1.shtml';
menu_i_ID41.Hint='';
menu_i_ID41.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID41);//Add menu item to the menu group

//Create new menu item
var menu_i_ID179 = new menuMenuItem('Станки токарно-карусельные');
menu_i_ID179.id='menu_i_ID179';
menu_i_ID179.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID179.Text_o='';
menu_i_ID179.Text_c='';
menu_i_ID179.URL='/cut/cut18.shtml';
menu_i_ID179.Hint='';
menu_i_ID179.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID179);//Add menu item to the menu group

//Create new menu item
var menu_i_ID46 = new menuMenuItem('Станки консольно-фрезерные');
menu_i_ID46.id='menu_i_ID46';
menu_i_ID46.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID46.Text_o='';
menu_i_ID46.Text_c='';
menu_i_ID46.URL='/cut/cut2.shtml';
menu_i_ID46.Hint='';
menu_i_ID46.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID46);//Add menu item to the menu group

//Create new menu item
var menu_i_ID47 = new menuMenuItem('Станки плоско-шлифовальные');
menu_i_ID47.id='menu_i_ID47';
menu_i_ID47.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID47.Text_o='';
menu_i_ID47.Text_c='';
menu_i_ID47.URL='/cut/cut3.shtml';
menu_i_ID47.Hint='';
menu_i_ID47.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID47);//Add menu item to the menu group

//Create new menu item
var menu_i_ID48 = new menuMenuItem('Станки кругло-шлифовальные');
menu_i_ID48.id='menu_i_ID48';
menu_i_ID48.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID48.Text_o='';
menu_i_ID48.Text_c='';
menu_i_ID48.URL='/cut/cut4.shtml';
menu_i_ID48.Hint='';
menu_i_ID48.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID48);//Add menu item to the menu group

//Create new menu item
var menu_i_ID49 = new menuMenuItem('Станки вертикально-сверлильные');
menu_i_ID49.id='menu_i_ID49';
menu_i_ID49.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID49.Text_o='';
menu_i_ID49.Text_c='';
menu_i_ID49.URL='/cut/cut5.shtml';
menu_i_ID49.Hint='';
menu_i_ID49.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID49);//Add menu item to the menu group

//Create new menu item
var menu_i_ID50 = new menuMenuItem('Станки радиально-сверлильные и сверлильно-фрезерные');
menu_i_ID50.id='menu_i_ID50';
menu_i_ID50.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID50.Text_o='';
menu_i_ID50.Text_c='';
menu_i_ID50.URL='/cut/cut6.shtml';
menu_i_ID50.Hint='';
menu_i_ID50.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID50);//Add menu item to the menu group

//Create new menu item
var menu_i_ID51 = new menuMenuItem('Станки заточные');
menu_i_ID51.id='menu_i_ID51';
menu_i_ID51.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID51.Text_o='';
menu_i_ID51.Text_c='';
menu_i_ID51.URL='/cut/cut7.shtml';
menu_i_ID51.Hint='';
menu_i_ID51.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID51);//Add menu item to the menu group

//Create new menu item
var menu_i_ID52 = new menuMenuItem('Станки точильно-шлифовальные');
menu_i_ID52.id='menu_i_ID52';
menu_i_ID52.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID52.Text_o='';
menu_i_ID52.Text_c='';
menu_i_ID52.URL='/cut/cut8.shtml';
menu_i_ID52.Hint='';
menu_i_ID52.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID52);//Add menu item to the menu group

//Create new menu item
var menu_i_ID53 = new menuMenuItem('Станки абразивно-отрезные и ножовочные');
menu_i_ID53.id='menu_i_ID53';
menu_i_ID53.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID53.Text_o='';
menu_i_ID53.Text_c='';
menu_i_ID53.URL='/cut/cut9.shtml';
menu_i_ID53.Hint='';
menu_i_ID53.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID53);//Add menu item to the menu group

//Create new menu item
var menu_i_ID54 = new menuMenuItem('Станки долбежные и поперечно-строгальные');
menu_i_ID54.id='menu_i_ID54';
menu_i_ID54.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID54.Text_o='';
menu_i_ID54.Text_c='';
menu_i_ID54.URL='/cut/cut10.shtml';
menu_i_ID54.Hint='';
menu_i_ID54.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID54);//Add menu item to the menu group

//Create new menu item
var menu_i_ID55 = new menuMenuItem('Пылеулавливающие установки');
menu_i_ID55.id='menu_i_ID55';
menu_i_ID55.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID55.Text_o='';
menu_i_ID55.Text_c='';
menu_i_ID55.URL='/cut/cut11.shtml';
menu_i_ID55.Hint='';
menu_i_ID55.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID55);//Add menu item to the menu group

//Create new menu item
var menu_i_ID56 = new menuMenuItem('Правильно-отрезные автоматы');
menu_i_ID56.id='menu_i_ID56';
menu_i_ID56.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID56.Text_o='';
menu_i_ID56.Text_c='';
menu_i_ID56.URL='/cut/cut14.shtml';
menu_i_ID56.Hint='';
menu_i_ID56.Cursor='auto';
menu_g_ID42.AddItem(menu_i_ID56);//Add menu item to the menu group
menu_g_ID40.AddItem(menu_i_ID39);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID5);//Add menu item to the menu group

//Create new menu item
var menu_i_ID109 = new menuMenuItem('');
menu_i_ID109.id='menu_i_ID109';
menu_i_ID109.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID109.Text_o='';
menu_i_ID109.Text_c='';
menu_i_ID109.URL='';
menu_i_ID109.Hint='';
menu_i_ID109.Width=10;
menu_mg_ID1.AddItem(menu_i_ID109);//Add menu item to the menu group

//Create new menu item
var menu_i_ID110 = new menuMenuItem('<div align="center">КУЗНЕЧНО-ПРЕССОВОЕ<br>ОБОРУДОВАНИЕ</div>');
menu_i_ID110.id='menu_i_ID110';
menu_i_ID110.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID110.Text_o='';
menu_i_ID110.Text_c='';
menu_i_ID110.URL='';
menu_i_ID110.Hint='';
menu_i_ID110.Height=42;
menu_i_ID110.Width=180;
menu_i_ID110.BgColor='#2C9DD5';
menu_i_ID110.BgColor_o='#FF9933';
menu_i_ID110.FontColor='#FFFFFF';
menu_i_ID110.FontColor_o='#FFFFFF';
menu_i_ID110.FontSize=12;
menu_i_ID110.FontWeight='bolder';

//Create new submenu group
var menu_g_ID115 = new menuMenuGroup(0,0,'V');
menu_g_ID115.id='menu_g_ID115';
menu_g_ID115.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID115.Width=178;
menu_g_ID115.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID110.AddGroup(menu_g_ID115);

//Create new menu item
var menu_i_ID114 = new menuMenuItem('Отечественное');
menu_i_ID114.id='menu_i_ID114';
menu_i_ID114.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID114.Text_o='';
menu_i_ID114.Text_c='';
menu_i_ID114.URL='';
menu_i_ID114.Hint='';

//Create new submenu group
var menu_g_ID118 = new menuMenuGroup(0,0,'V');
menu_g_ID118.id='menu_g_ID118';
menu_g_ID118.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID118.Width=330;
menu_g_ID118.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID114.AddGroup(menu_g_ID118);

//Create new menu item
var menu_i_ID117 = new menuMenuItem('Станки и прессы листогибочные');
menu_i_ID117.id='menu_i_ID117';
menu_i_ID117.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID117.Text_o='';
menu_i_ID117.Text_c='';
menu_i_ID117.URL='/press/press1.shtml';
menu_i_ID117.Hint='';
menu_i_ID117.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID117);//Add menu item to the menu group

//Create new menu item
var menu_i_ID150 = new menuMenuItem('Машины листогибочные');
menu_i_ID150.id='menu_i_ID150';
menu_i_ID150.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID150.Text_o='';
menu_i_ID150.Text_c='';
menu_i_ID150.URL='/press/press2.shtml';
menu_i_ID150.Hint='';
menu_i_ID150.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID150);//Add menu item to the menu group

//Create new menu item
var menu_i_ID151 = new menuMenuItem('Ножницы');
menu_i_ID151.id='menu_i_ID151';
menu_i_ID151.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID151.Text_o='';
menu_i_ID151.Text_c='';
menu_i_ID151.URL='/press/press3.shtml';
menu_i_ID151.Hint='';
menu_i_ID151.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID151);//Add menu item to the menu group

//Create new menu item
var menu_i_ID152 = new menuMenuItem('Прессы и молоты');
menu_i_ID152.id='menu_i_ID152';
menu_i_ID152.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID152.Text_o='';
menu_i_ID152.Text_c='';
menu_i_ID152.URL='/press/press4.shtml';
menu_i_ID152.Hint='';
menu_i_ID152.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID152);//Add menu item to the menu group

//Create new menu item
var menu_i_ID153 = new menuMenuItem('Станки трубогибочные');
menu_i_ID153.id='menu_i_ID153';
menu_i_ID153.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID153.Text_o='';
menu_i_ID153.Text_c='';
menu_i_ID153.URL='/press/press5.shtml';
menu_i_ID153.Hint='';
menu_i_ID153.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID153);//Add menu item to the menu group

//Create new menu item
var menu_i_ID154 = new menuMenuItem('Станки комбинированные и резьбонарезные');
menu_i_ID154.id='menu_i_ID154';
menu_i_ID154.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID154.Text_o='';
menu_i_ID154.Text_c='';
menu_i_ID154.URL='/press/press6.shtml';
menu_i_ID154.Hint='';
menu_i_ID154.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID154);//Add menu item to the menu group

//Create new menu item
var menu_i_ID155 = new menuMenuItem('Станки специализированные');
menu_i_ID155.id='menu_i_ID155';
menu_i_ID155.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID155.Text_o='';
menu_i_ID155.Text_c='';
menu_i_ID155.URL='/press/press7.shtml';
menu_i_ID155.Hint='';
menu_i_ID155.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID155);//Add menu item to the menu group

//Create new menu item
var menu_i_ID162 = new menuMenuItem('Станки фальцепрокатные и станки для осаживания швов');
menu_i_ID162.id='menu_i_ID162';
menu_i_ID162.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID162.Text_o='';
menu_i_ID162.Text_c='';
menu_i_ID162.URL='/press/press8.shtml';
menu_i_ID162.Hint='';
menu_i_ID162.Cursor='auto';
menu_g_ID118.AddItem(menu_i_ID162);//Add menu item to the menu group
menu_g_ID115.AddItem(menu_i_ID114);//Add menu item to the menu group

//Create new menu item
var menu_i_ID116 = new menuMenuItem('Импортное');
menu_i_ID116.id='menu_i_ID116';
menu_i_ID116.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID116.Text_o='';
menu_i_ID116.Text_c='';
menu_i_ID116.URL='';
menu_i_ID116.Hint='';

//Create new submenu group
var menu_g_ID120 = new menuMenuGroup(0,0,'V');
menu_g_ID120.id='menu_g_ID120';
menu_g_ID120.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID120.Width=280;
menu_g_ID120.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID116.AddGroup(menu_g_ID120);

//Create new menu item
var menu_i_ID171 = new menuMenuItem('КИТАЙ');
menu_i_ID171.id='menu_i_ID171';
menu_i_ID171.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID171.Text_o='';
menu_i_ID171.Text_c='';
menu_i_ID171.URL='';
menu_i_ID171.Hint='';
menu_i_ID171.BgColor='#FFCD9B';
menu_i_ID171.BgColor_o='#FFCD9B';
menu_i_ID171.FontWeight='bold';
menu_i_ID171.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID171);//Add menu item to the menu group

//Create new menu item
var menu_i_ID44 = new menuMenuItem('Ножницы');
menu_i_ID44.id='menu_i_ID44';
menu_i_ID44.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID44.Text_o='';
menu_i_ID44.Text_c='';
menu_i_ID44.URL='/press/import/12.shtml';
menu_i_ID44.Hint='';
menu_i_ID44.Cursor='auto';
menu_g_ID120.AddItem(menu_i_ID44);//Add menu item to the menu group

//Create new menu item
var menu_i_ID58 = new menuMenuItem('Станки для резки и гибки');
menu_i_ID58.id='menu_i_ID58';
menu_i_ID58.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID58.Text_o='';
menu_i_ID58.Text_c='';
menu_i_ID58.URL='/press/import/13.shtml';
menu_i_ID58.Hint='';
menu_i_ID58.Cursor='auto';
menu_g_ID120.AddItem(menu_i_ID58);//Add menu item to the menu group

//Create new menu item
var menu_i_ID119 = new menuMenuItem('Машины листогибочные');
menu_i_ID119.id='menu_i_ID119';
menu_i_ID119.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID119.Text_o='';
menu_i_ID119.Text_c='';
menu_i_ID119.URL='/press/import/press9.shtml';
menu_i_ID119.Hint='';
menu_i_ID119.Cursor='auto';
menu_i_ID119.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID119);//Add menu item to the menu group

//Create new menu item
var menu_i_ID156 = new menuMenuItem('Прессы');
menu_i_ID156.id='menu_i_ID156';
menu_i_ID156.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID156.Text_o='';
menu_i_ID156.Text_c='';
menu_i_ID156.URL='/press/import/press10.shtml';
menu_i_ID156.Hint='';
menu_i_ID156.Cursor='auto';
menu_i_ID156.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID156);//Add menu item to the menu group

//Create new menu item
var menu_i_ID157 = new menuMenuItem('Станки для обработки металла');
menu_i_ID157.id='menu_i_ID157';
menu_i_ID157.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID157.Text_o='';
menu_i_ID157.Text_c='';
menu_i_ID157.URL='/press/import/press11.shtml';
menu_i_ID157.Hint='';
menu_i_ID157.Cursor='auto';
menu_i_ID157.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID157);//Add menu item to the menu group

//Create new menu item
var menu_i_ID158 = new menuMenuItem('Контроллеры ЧПУ');
menu_i_ID158.id='menu_i_ID158';
menu_i_ID158.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID158.Text_o='';
menu_i_ID158.Text_c='';
menu_i_ID158.URL='/press/import/press12.shtml';
menu_i_ID158.Hint='';
menu_i_ID158.Cursor='auto';
menu_i_ID158.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID158);//Add menu item to the menu group

//Create new menu item
var menu_i_ID172 = new menuMenuItem('ИСПАНИЯ');
menu_i_ID172.id='menu_i_ID172';
menu_i_ID172.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID172.Text_o='';
menu_i_ID172.Text_c='';
menu_i_ID172.URL='';
menu_i_ID172.Hint='';
menu_i_ID172.BgColor='#FFCD9B';
menu_i_ID172.BgColor_o='#FFCD9B';
menu_i_ID172.FontWeight='bold';
menu_i_ID172.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID172);//Add menu item to the menu group

//Create new menu item
var menu_i_ID60 = new menuMenuItem('Ручные станки SIMA для гибки и рубки арматуры');
menu_i_ID60.id='menu_i_ID60';
menu_i_ID60.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID60.Text_o='';
menu_i_ID60.Text_c='';
menu_i_ID60.URL='/press/import/19.shtml';
menu_i_ID60.Hint='';
menu_i_ID60.Cursor='auto';
menu_g_ID120.AddItem(menu_i_ID60);//Add menu item to the menu group

//Create new menu item
var menu_i_ID59 = new menuMenuItem('Металлообрабатывающие станки SIMA');
menu_i_ID59.id='menu_i_ID59';
menu_i_ID59.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID59.Text_o='';
menu_i_ID59.Text_c='';
menu_i_ID59.URL='/press/import/18.shtml';
menu_i_ID59.Hint='';
menu_i_ID59.Cursor='auto';
menu_g_ID120.AddItem(menu_i_ID59);//Add menu item to the menu group

//Create new menu item
var menu_i_ID174 = new menuMenuItem('Станки ALBA для гибки и рубки арматуры');
menu_i_ID174.id='menu_i_ID174';
menu_i_ID174.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID174.Text_o='';
menu_i_ID174.Text_c='';
menu_i_ID174.URL='/press/import/21.shtml';
menu_i_ID174.Hint='';
menu_g_ID120.AddItem(menu_i_ID174);//Add menu item to the menu group

//Create new menu item
var menu_i_ID175 = new menuMenuItem('Ручные станки ALBA для гибки и рубки арматуры');
menu_i_ID175.id='menu_i_ID175';
menu_i_ID175.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID175.Text_o='';
menu_i_ID175.Text_c='';
menu_i_ID175.URL='/press/import/22.shtml';
menu_i_ID175.Hint='';
menu_g_ID120.AddItem(menu_i_ID175);//Add menu item to the menu group

//Create new menu item
var menu_i_ID173 = new menuMenuItem('ИТАЛИЯ');
menu_i_ID173.id='menu_i_ID173';
menu_i_ID173.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID173.Text_o='';
menu_i_ID173.Text_c='';
menu_i_ID173.URL='';
menu_i_ID173.Hint='';
menu_i_ID173.BgColor='#FFCD9B';
menu_i_ID173.BgColor_o='#FFCD9B';
menu_i_ID173.FontWeight='bold';
menu_i_ID173.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID173);//Add menu item to the menu group

//Create new menu item
var menu_i_ID159 = new menuMenuItem('Станки SIRMEX для обработки арматурной стали');
menu_i_ID159.id='menu_i_ID159';
menu_i_ID159.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID159.Text_o='';
menu_i_ID159.Text_c='';
menu_i_ID159.URL='/press/import/20.shtml';
menu_i_ID159.Hint='';
menu_i_ID159.Cursor='auto';
menu_i_ID159.RightIcon='';
menu_g_ID120.AddItem(menu_i_ID159);//Add menu item to the menu group
menu_g_ID115.AddItem(menu_i_ID116);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID110);//Add menu item to the menu group

//Create new menu item
var menu_i_ID111 = new menuMenuItem('');
menu_i_ID111.id='menu_i_ID111';
menu_i_ID111.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID111.Text_o='';
menu_i_ID111.Text_c='';
menu_i_ID111.URL='';
menu_i_ID111.Hint='';
menu_i_ID111.Width=10;
menu_mg_ID1.AddItem(menu_i_ID111);//Add menu item to the menu group

//Create new menu item
var menu_i_ID112 = new menuMenuItem('<div align="center">ДЕРЕВООБРАБАТЫВАЮЩЕЕ<br>ОБОРУДОВАНИЕ</div>');
menu_i_ID112.id='menu_i_ID112';
menu_i_ID112.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID112.Text_o='';
menu_i_ID112.Text_c='';
menu_i_ID112.URL='';
menu_i_ID112.Hint='';
menu_i_ID112.Height=42;
menu_i_ID112.Width=180;
menu_i_ID112.BgColor='#2C9DD5';
menu_i_ID112.BgColor_o='#FF9933';
menu_i_ID112.FontColor='#FFFFFF';
menu_i_ID112.FontColor_o='#FFFFFF';
menu_i_ID112.FontSize=12;
menu_i_ID112.FontWeight='bolder';

//Create new submenu group
var menu_g_ID127 = new menuMenuGroup(0,0,'V');
menu_g_ID127.id='menu_g_ID127';
menu_g_ID127.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID127.Width=270;
menu_g_ID127.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID112.AddGroup(menu_g_ID127);

//Create new menu item
var menu_i_ID126 = new menuMenuItem('Четырехсторонние станки');
menu_i_ID126.id='menu_i_ID126';
menu_i_ID126.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID126.Text_o='';
menu_i_ID126.Text_c='';
menu_i_ID126.URL='/wood/wood1.shtml';
menu_i_ID126.Hint='';
menu_i_ID126.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID126);//Add menu item to the menu group

//Create new menu item
var menu_i_ID133 = new menuMenuItem('Пилорамы');
menu_i_ID133.id='menu_i_ID133';
menu_i_ID133.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID133.Text_o='';
menu_i_ID133.Text_c='';
menu_i_ID133.URL='/wood/wood2.shtml';
menu_i_ID133.Hint='';
menu_i_ID133.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID133);//Add menu item to the menu group

//Create new menu item
var menu_i_ID134 = new menuMenuItem('Многопильные кромкообразные');
menu_i_ID134.id='menu_i_ID134';
menu_i_ID134.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID134.Text_o='';
menu_i_ID134.Text_c='';
menu_i_ID134.URL='/wood/wood3.shtml';
menu_i_ID134.Hint='';
menu_i_ID134.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID134);//Add menu item to the menu group

//Create new menu item
var menu_i_ID135 = new menuMenuItem('Торцовочные станки');
menu_i_ID135.id='menu_i_ID135';
menu_i_ID135.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID135.Text_o='';
menu_i_ID135.Text_c='';
menu_i_ID135.URL='/wood/wood4.shtml';
menu_i_ID135.Hint='';
menu_i_ID135.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID135);//Add menu item to the menu group

//Create new menu item
var menu_i_ID136 = new menuMenuItem('Круглопильные станки');
menu_i_ID136.id='menu_i_ID136';
menu_i_ID136.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID136.Text_o='';
menu_i_ID136.Text_c='';
menu_i_ID136.URL='/wood/wood5.shtml';
menu_i_ID136.Hint='';
menu_i_ID136.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID136);//Add menu item to the menu group

//Create new menu item
var menu_i_ID137 = new menuMenuItem('Фуговальные, фуговальнорейсмусовые станки');
menu_i_ID137.id='menu_i_ID137';
menu_i_ID137.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID137.Text_o='';
menu_i_ID137.Text_c='';
menu_i_ID137.URL='/wood/wood6.shtml';
menu_i_ID137.Hint='';
menu_i_ID137.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID137);//Add menu item to the menu group

//Create new menu item
var menu_i_ID138 = new menuMenuItem('Шлифовальные станки');
menu_i_ID138.id='menu_i_ID138';
menu_i_ID138.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID138.Text_o='';
menu_i_ID138.Text_c='';
menu_i_ID138.URL='/wood/wood7.shtml';
menu_i_ID138.Hint='';
menu_i_ID138.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID138);//Add menu item to the menu group

//Create new menu item
var menu_i_ID139 = new menuMenuItem('Фрезерные станки');
menu_i_ID139.id='menu_i_ID139';
menu_i_ID139.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID139.Text_o='';
menu_i_ID139.Text_c='';
menu_i_ID139.URL='/wood/wood8.shtml';
menu_i_ID139.Hint='';
menu_i_ID139.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID139);//Add menu item to the menu group

//Create new menu item
var menu_i_ID140 = new menuMenuItem('Рейсмусовые станки');
menu_i_ID140.id='menu_i_ID140';
menu_i_ID140.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID140.Text_o='';
menu_i_ID140.Text_c='';
menu_i_ID140.URL='/wood/wood9.shtml';
menu_i_ID140.Hint='';
menu_i_ID140.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID140);//Add menu item to the menu group

//Create new menu item
var menu_i_ID141 = new menuMenuItem('Бытовые комбинированные станки');
menu_i_ID141.id='menu_i_ID141';
menu_i_ID141.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID141.Text_o='';
menu_i_ID141.Text_c='';
menu_i_ID141.URL='/wood/wood10.shtml';
menu_i_ID141.Hint='';
menu_i_ID141.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID141);//Add menu item to the menu group

//Create new menu item
var menu_i_ID142 = new menuMenuItem('Ленточнопильные станки');
menu_i_ID142.id='menu_i_ID142';
menu_i_ID142.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID142.Text_o='';
menu_i_ID142.Text_c='';
menu_i_ID142.URL='/wood/wood11.shtml';
menu_i_ID142.Hint='';
menu_i_ID142.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID142);//Add menu item to the menu group

//Create new menu item
var menu_i_ID143 = new menuMenuItem('Сверлильно-пазовальные станки');
menu_i_ID143.id='menu_i_ID143';
menu_i_ID143.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID143.Text_o='';
menu_i_ID143.Text_c='';
menu_i_ID143.URL='/wood/wood12.shtml';
menu_i_ID143.Hint='';
menu_i_ID143.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID143);//Add menu item to the menu group

//Create new menu item
var menu_i_ID144 = new menuMenuItem('Форматно-раскроечные станки');
menu_i_ID144.id='menu_i_ID144';
menu_i_ID144.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID144.Text_o='';
menu_i_ID144.Text_c='';
menu_i_ID144.URL='/wood/wood13.shtml';
menu_i_ID144.Hint='';
menu_i_ID144.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID144);//Add menu item to the menu group

//Create new menu item
var menu_i_ID145 = new menuMenuItem('Сушильные камеры');
menu_i_ID145.id='menu_i_ID145';
menu_i_ID145.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID145.Text_o='';
menu_i_ID145.Text_c='';
menu_i_ID145.URL='/wood/wood14.shtml';
menu_i_ID145.Hint='';
menu_i_ID145.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID145);//Add menu item to the menu group

//Create new menu item
var menu_i_ID146 = new menuMenuItem('Токарные круглопалочные станки');
menu_i_ID146.id='menu_i_ID146';
menu_i_ID146.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID146.Text_o='';
menu_i_ID146.Text_c='';
menu_i_ID146.URL='/wood/wood15.shtml';
menu_i_ID146.Hint='';
menu_i_ID146.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID146);//Add menu item to the menu group

//Create new menu item
var menu_i_ID147 = new menuMenuItem('Заточные станки');
menu_i_ID147.id='menu_i_ID147';
menu_i_ID147.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID147.Text_o='';
menu_i_ID147.Text_c='';
menu_i_ID147.URL='/wood/wood16.shtml';
menu_i_ID147.Hint='';
menu_i_ID147.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID147);//Add menu item to the menu group

//Create new menu item
var menu_i_ID148 = new menuMenuItem('Стружкоотсосы');
menu_i_ID148.id='menu_i_ID148';
menu_i_ID148.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID148.Text_o='';
menu_i_ID148.Text_c='';
menu_i_ID148.URL='/wood/wood17.shtml';
menu_i_ID148.Hint='';
menu_i_ID148.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID148);//Add menu item to the menu group

//Create new menu item
var menu_i_ID149 = new menuMenuItem('Прочее оборудование');
menu_i_ID149.id='menu_i_ID149';
menu_i_ID149.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID149.Text_o='';
menu_i_ID149.Text_c='';
menu_i_ID149.URL='/wood/wood18.shtml';
menu_i_ID149.Hint='';
menu_i_ID149.Cursor='auto';
menu_g_ID127.AddItem(menu_i_ID149);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID112);//Add menu item to the menu group

//Create new menu item
var menu_i_ID113 = new menuMenuItem('');
menu_i_ID113.id='menu_i_ID113';
menu_i_ID113.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID113.Text_o='';
menu_i_ID113.Text_c='';
menu_i_ID113.URL='';
menu_i_ID113.Hint='';
menu_i_ID113.Width=10;
menu_i_ID113.FontColor_o='#FFFFFF';
menu_mg_ID1.AddItem(menu_i_ID113);//Add menu item to the menu group

//Create new menu item
var menu_i_ID163 = new menuMenuItem('ПРАЙС-ЛИСТЫ');
menu_i_ID163.id='menu_i_ID163';
menu_i_ID163.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID163.Text_o='';
menu_i_ID163.Text_c='';
menu_i_ID163.URL='';
menu_i_ID163.Hint='';
menu_i_ID163.Height=42;
menu_i_ID163.Width=135;
menu_i_ID163.BgColor='#2C9DD5';
menu_i_ID163.BgColor_o='#FF9933';
menu_i_ID163.FontColor='#FFFFFF';
menu_i_ID163.FontColor_o='#FFFFFF';
menu_i_ID163.FontSize=12;
menu_i_ID163.FontWeight='bolder';

//Create new submenu group
var menu_g_ID166 = new menuMenuGroup(0,0,'V');
menu_g_ID166.id='menu_g_ID166';
menu_g_ID166.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID166.Width=133;
menu_g_ID166.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID163.AddGroup(menu_g_ID166);

//Create new menu item
var menu_i_ID165 = new menuMenuItem('<div align="center">Отечественное<br> оборудование</div>');
menu_i_ID165.id='menu_i_ID165';
menu_i_ID165.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID165.Text_o='';
menu_i_ID165.Text_c='';
menu_i_ID165.URL='/russia.xls';
menu_i_ID165.Hint='';
menu_i_ID165.Cursor='auto';
menu_g_ID166.AddItem(menu_i_ID165);//Add menu item to the menu group

//Create new menu item
var menu_i_ID167 = new menuMenuItem('<div align="center">Импортное<br> оборудование</div>');
menu_i_ID167.id='menu_i_ID167';
menu_i_ID167.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID167.Text_o='';
menu_i_ID167.Text_c='';
menu_i_ID167.URL='/import.xls';
menu_i_ID167.Hint='';
menu_i_ID167.Width=135;
menu_i_ID167.Cursor='auto';
menu_g_ID166.AddItem(menu_i_ID167);//Add menu item to the menu group

//Create new menu item
var menu_i_ID168 = new menuMenuItem('<div align="center">Дерево-<br>обрабатывающее<br> оборудование</div>');
menu_i_ID168.id='menu_i_ID168';
menu_i_ID168.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID168.Text_o='';
menu_i_ID168.Text_c='';
menu_i_ID168.URL='/wood.doc';
menu_i_ID168.Hint='';
menu_i_ID168.Width=135;
menu_i_ID168.Cursor='auto';
menu_g_ID166.AddItem(menu_i_ID168);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID163);//Add menu item to the menu group

//Create new menu item
var menu_i_ID164 = new menuMenuItem('');
menu_i_ID164.id='menu_i_ID164';
menu_i_ID164.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID164.Text_o='';
menu_i_ID164.Text_c='';
menu_i_ID164.URL='';
menu_i_ID164.Hint='';
menu_i_ID164.Width=10;
menu_mg_ID1.AddItem(menu_i_ID164);//Add menu item to the menu group

//Create new menu item
var menu_i_ID121 = new menuMenuItem('О КОМПАНИИ');
menu_i_ID121.id='menu_i_ID121';
menu_i_ID121.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID121.Text_o='';
menu_i_ID121.Text_c='';
menu_i_ID121.URL='';
menu_i_ID121.Hint='';
menu_i_ID121.Height=42;
menu_i_ID121.Width=135;
menu_i_ID121.BgColor='#2C9DD5';
menu_i_ID121.BgColor_o='#FF9933';
menu_i_ID121.FontColor='#FFFFFF';
menu_i_ID121.FontColor_o='#FFFFFF';
menu_i_ID121.FontSize=12;
menu_i_ID121.FontWeight='bolder';

//Create new submenu group
var menu_g_ID123 = new menuMenuGroup(0,0,'V');
menu_g_ID123.id='menu_g_ID123';
menu_g_ID123.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID123.Width=133;
menu_g_ID123.ItemsPadding_T=5;
//Connect the submenu to the menu item
menu_i_ID121.AddGroup(menu_g_ID123);

//Create new menu item
var menu_i_ID122 = new menuMenuItem('О компании');
menu_i_ID122.id='menu_i_ID122';
menu_i_ID122.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID122.Text_o='';
menu_i_ID122.Text_c='';
menu_i_ID122.URL='/about.shtml';
menu_i_ID122.Hint='';
menu_i_ID122.Cursor='auto';
menu_g_ID123.AddItem(menu_i_ID122);//Add menu item to the menu group

//Create new menu item
var menu_i_ID124 = new menuMenuItem('Контакты');
menu_i_ID124.id='menu_i_ID124';
menu_i_ID124.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID124.Text_o='';
menu_i_ID124.Text_c='';
menu_i_ID124.URL='/contact/index.shtml';
menu_i_ID124.Hint='';
menu_i_ID124.Cursor='auto';
menu_g_ID123.AddItem(menu_i_ID124);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID121);//Add menu item to the menu group

