//-----------------------------------------------------------------------
//- Created by the Agama Web Menus - generator  ver 2.15
//- 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='left';
menu_MainGroupItemsGeneralStyle.URL='';
menu_MainGroupItemsGeneralStyle.URLTarget='';
menu_MainGroupItemsGeneralStyle.Hint='';
menu_MainGroupItemsGeneralStyle.OnLeaveJS='';
menu_MainGroupItemsGeneralStyle.OnOverJS='';
menu_MainGroupItemsGeneralStyle.OnClickJS='';
menu_MainGroupItemsGeneralStyle.Height=22;
menu_MainGroupItemsGeneralStyle.Width=120;
menu_MainGroupItemsGeneralStyle.Cursor='pointer';
menu_MainGroupItemsGeneralStyle.PaddingLeft=5;
menu_MainGroupItemsGeneralStyle.PaddingLeft_o=null;
menu_MainGroupItemsGeneralStyle.PaddingTop=1;
menu_MainGroupItemsGeneralStyle.PaddingTop_o=null;
menu_MainGroupItemsGeneralStyle.PaddingRight=5;
menu_MainGroupItemsGeneralStyle.PaddingRight_o=null;
menu_MainGroupItemsGeneralStyle.PaddingBottom=1;
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='#FFFFFF';
menu_MainGroupItemsGeneralStyle.FontColor_o='#FFFFFF';
menu_MainGroupItemsGeneralStyle.FontColor_c='';
menu_MainGroupItemsGeneralStyle.FontFamily='Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif';
menu_MainGroupItemsGeneralStyle.FontFamily_o='';
menu_MainGroupItemsGeneralStyle.FontFamily_c='';
menu_MainGroupItemsGeneralStyle.FontSize=10;
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=0;
menu_MainGroupItemsGeneralStyle.BorderWidth_c=null;
menu_MainGroupItemsGeneralStyle.BorderColor='';
menu_MainGroupItemsGeneralStyle.BorderColor_o='#808080';
menu_MainGroupItemsGeneralStyle.BorderColor_c='';
menu_MainGroupItemsGeneralStyle.Border='solid';
menu_MainGroupItemsGeneralStyle.Border_o='none';
menu_MainGroupItemsGeneralStyle.Border_c='';
menu_MainGroupItemsGeneralStyle.BorderLeft=true;
menu_MainGroupItemsGeneralStyle.BorderRight=true;
menu_MainGroupItemsGeneralStyle.BorderTop=true;
menu_MainGroupItemsGeneralStyle.BorderBottom=true;
menu_MainGroupItemsGeneralStyle.SeparatorColor='';
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=1;
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=25;
menu_GroupItemsGeneralStyle.Width=200;
menu_GroupItemsGeneralStyle.Cursor='pointer';
menu_GroupItemsGeneralStyle.PaddingLeft=5;
menu_GroupItemsGeneralStyle.PaddingLeft_o=5;
menu_GroupItemsGeneralStyle.PaddingTop=0;
menu_GroupItemsGeneralStyle.PaddingTop_o=null;
menu_GroupItemsGeneralStyle.PaddingRight=2;
menu_GroupItemsGeneralStyle.PaddingRight_o=null;
menu_GroupItemsGeneralStyle.PaddingBottom=0;
menu_GroupItemsGeneralStyle.PaddingBottom_o=null;
menu_GroupItemsGeneralStyle.BgColor='';
menu_GroupItemsGeneralStyle.BgColor_o='';
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';
menu_GroupItemsGeneralStyle.RightPartBgImage='';
menu_GroupItemsGeneralStyle.RightPartBgImage_o='';
menu_GroupItemsGeneralStyle.RightPartBgImage_c='';
menu_GroupItemsGeneralStyle.RightPartBgImgPos='top';
menu_GroupItemsGeneralStyle.FontColor='#C3B139';
menu_GroupItemsGeneralStyle.FontColor_o='#FFFFFF';
menu_GroupItemsGeneralStyle.FontColor_c='';
menu_GroupItemsGeneralStyle.FontFamily='Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif';
menu_GroupItemsGeneralStyle.FontFamily_o='';
menu_GroupItemsGeneralStyle.FontFamily_c='';
menu_GroupItemsGeneralStyle.FontSize=10;
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=1;
menu_GroupItemsGeneralStyle.BorderWidth_o=0;
menu_GroupItemsGeneralStyle.BorderWidth_c=null;
menu_GroupItemsGeneralStyle.BorderColor='';
menu_GroupItemsGeneralStyle.BorderColor_o='#808080';
menu_GroupItemsGeneralStyle.BorderColor_c='';
menu_GroupItemsGeneralStyle.Border='none';
menu_GroupItemsGeneralStyle.Border_o='none';
menu_GroupItemsGeneralStyle.Border_c='';
menu_GroupItemsGeneralStyle.BorderLeft=true;
menu_GroupItemsGeneralStyle.BorderRight=true;
menu_GroupItemsGeneralStyle.BorderTop=true;
menu_GroupItemsGeneralStyle.BorderBottom=true;
menu_GroupItemsGeneralStyle.SeparatorColor='';
menu_GroupItemsGeneralStyle.SeparatorSize=0;
menu_GroupItemsGeneralStyle.LeftIcon='';
menu_GroupItemsGeneralStyle.LeftIcon_o='';
menu_GroupItemsGeneralStyle.LeftIcon_c='';
menu_GroupItemsGeneralStyle.LeftIconOffsetX=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetX_o=null;
menu_GroupItemsGeneralStyle.LeftIconOffsetX_c=null;
menu_GroupItemsGeneralStyle.LeftIconOffsetY=0;
menu_GroupItemsGeneralStyle.LeftIconOffsetY_o=null;
menu_GroupItemsGeneralStyle.LeftIconOffsetY_c=null;
menu_GroupItemsGeneralStyle.LeftIconIsIndicator=false;
menu_GroupItemsGeneralStyle.RightIcon='';
menu_GroupItemsGeneralStyle.RightIcon_o='';
menu_GroupItemsGeneralStyle.RightIcon_c='';
menu_GroupItemsGeneralStyle.RightIconOffsetX=0;
menu_GroupItemsGeneralStyle.RightIconOffsetX_o=null;
menu_GroupItemsGeneralStyle.RightIconOffsetX_c=null;
menu_GroupItemsGeneralStyle.RightIconOffsetY=0;
menu_GroupItemsGeneralStyle.RightIconOffsetY_o=null;
menu_GroupItemsGeneralStyle.RightIconOffsetY_c=null;
menu_GroupItemsGeneralStyle.RightIconIsIndicator=false;

//Create submenus 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=0;
menu_GroupStyle.ItemsPadding_R=0;
menu_GroupStyle.ItemsPadding_T=0;
menu_GroupStyle.ItemsPadding_B=0;
menu_GroupStyle.ItemsSpacing=0;
menu_GroupStyle.BgColor='#663300';
menu_GroupStyle.BgImage='../menu_images/menu.gif';
menu_GroupStyle.BgImgPos='top left';
menu_GroupStyle.BgImgRep='repeat-y';
menu_GroupStyle.Border='outset';
menu_GroupStyle.BorderWidth=0;
menu_GroupStyle.BorderColor='';
menu_GroupStyle.HeaderText='';
menu_GroupStyle.HeaderTextAlign='center';
menu_GroupStyle.HeaderTextOffsetX=0;
menu_GroupStyle.HeaderTextOffsetY=0;
menu_GroupStyle.HeaderHeight=0;
menu_GroupStyle.HeaderBgColor='';
menu_GroupStyle.HeaderIconOffsetX=0;
menu_GroupStyle.HeaderIconOffsetY=0;
menu_GroupStyle.HeaderBgImgRep='repeat-x';
menu_GroupStyle.HeaderBgImgPos='top left';
menu_GroupStyle.FontFamily='Trebuchet MS';
menu_GroupStyle.FontColor='#FFFFFF';
menu_GroupStyle.FontSize=10;
menu_GroupStyle.FontDecoration='none';
menu_GroupStyle.FontWeight='bolder';
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=2;
menu_mg_ID1.ItemsPadding_R=2;
menu_mg_ID1.ItemsPadding_T=2;
menu_mg_ID1.ItemsPadding_B=2;
menu_mg_ID1.ItemsSpacing=0;
menu_mg_ID1.Embedding='default';
menu_mg_ID1.z=1000;
menu_mg_ID1.BgImage='../menu_images/menu.gif';
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=1;
menu_mg_ID1.HeaderHeight=0;
menu_mg_ID1.HeaderBgColor='';
menu_mg_ID1.HeaderIconOffsetX=0;
menu_mg_ID1.HeaderIconOffsetY=0;
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='#C3B139';
menu_mg_ID1.FontSize=10;
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('За съда');
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.Width=50;
menu_i_ID5.BgImage='../menu_images/menu.gif';
menu_i_ID5.FontColor='#C3B139';

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

//Create new menu item
var menu_i_ID6 = new menuMenuItem('История');
menu_i_ID6.id='menu_i_ID6';
menu_i_ID6.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID6.Text_o='';
menu_i_ID6.Text_c='';
menu_i_ID6.URL='../About/history.php';
menu_i_ID6.Hint='';
menu_i_ID6.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID6);//Add menu item to the menu group

//Create new menu item
var menu_i_ID7 = new menuMenuItem('Съдебен район');
menu_i_ID7.id='menu_i_ID7';
menu_i_ID7.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID7.Text_o='';
menu_i_ID7.Text_c='';
menu_i_ID7.URL='../About/area.php';
menu_i_ID7.Hint='';
menu_i_ID7.BgImage='../menu_images/menu.gif';
menu_i_ID7.FontColor='#C3B138';
menu_g_ID15.AddItem(menu_i_ID7);//Add menu item to the menu group

//Create new menu item
var menu_i_ID8 = new menuMenuItem('Подсъдност');
menu_i_ID8.id='menu_i_ID8';
menu_i_ID8.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID8.Text_o='';
menu_i_ID8.Text_c='';
menu_i_ID8.URL='../About/about.php';
menu_i_ID8.Hint='';
menu_i_ID8.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID8);//Add menu item to the menu group

//Create new menu item
var menu_i_ID166 = new menuMenuItem('Председател');
menu_i_ID166.id='menu_i_ID166';
menu_i_ID166.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID166.Text_o='';
menu_i_ID166.Text_c='';
menu_i_ID166.URL='../About/predsedatel.php';
menu_i_ID166.Hint='';
menu_i_ID166.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID166);//Add menu item to the menu group

//Create new menu item
var menu_i_ID168 = new menuMenuItem('Структура');
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='../About/structure.php';
menu_i_ID168.Hint='';
menu_i_ID168.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID168);//Add menu item to the menu group

//Create new menu item
var menu_i_ID170 = new menuMenuItem('Съдии');
menu_i_ID170.id='menu_i_ID170';
menu_i_ID170.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID170.Text_o='';
menu_i_ID170.Text_c='';
menu_i_ID170.URL='../About/officers.php';
menu_i_ID170.Hint='';
menu_i_ID170.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID170);//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='../About/halls.php';
menu_i_ID172.Hint='';
menu_i_ID172.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID172);//Add menu item to the menu group

//Create new menu item
var menu_i_ID174 = new menuMenuItem('Банкови сметки');
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='../About/bank.php';
menu_i_ID174.Hint='';
menu_i_ID174.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID174);//Add menu item to the menu group

//Create new menu item
var menu_i_ID176 = new menuMenuItem('Адреси и телефони');
menu_i_ID176.id='menu_i_ID176';
menu_i_ID176.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID176.Text_o='';
menu_i_ID176.Text_c='';
menu_i_ID176.URL='../About/contacts.php';
menu_i_ID176.Hint='';
menu_i_ID176.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID176);//Add menu item to the menu group

//Create new menu item
var menu_i_ID178 = new menuMenuItem('Фотогалерия');
menu_i_ID178.id='menu_i_ID178';
menu_i_ID178.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID178.Text_o='';
menu_i_ID178.Text_c='';
menu_i_ID178.URL='../About/gallary.php';
menu_i_ID178.Hint='';
menu_i_ID178.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID178);//Add menu item to the menu group

//Create new menu item
var menu_i_ID180 = new menuMenuItem('Годишен доклад');
menu_i_ID180.id='menu_i_ID180';
menu_i_ID180.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID180.Text_o='';
menu_i_ID180.Text_c='';
menu_i_ID180.URL='../About/reports.php';
menu_i_ID180.Hint='';
menu_i_ID180.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID180);//Add menu item to the menu group

//Create new menu item
var menu_i_ID182 = new menuMenuItem('Декларация по ЗПРКИ');
menu_i_ID182.id='menu_i_ID182';
menu_i_ID182.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID182.Text_o='';
menu_i_ID182.Text_c='';
menu_i_ID182.URL='../About/deklaracia.php';
menu_i_ID182.Hint='';
menu_i_ID182.BgImage='../menu_images/menu.gif';
menu_g_ID15.AddItem(menu_i_ID182);//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_ID51 = new menuMenuItem('Съдебни служби');
menu_i_ID51.id='menu_i_ID51';
menu_i_ID51.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID51.Text_o='';
menu_i_ID51.Text_c='';
menu_i_ID51.URL='../Departments/departments.php';
menu_i_ID51.Hint='';
menu_i_ID51.Width=97;
menu_i_ID51.BgImage='../menu_images/menu.gif';
menu_i_ID51.FontColor='#C3B139';

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

//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='../Departments/departments.php';
menu_i_ID55.Hint='';
menu_i_ID55.BgImage='../menu_images/menu.gif';
menu_g_ID53.AddItem(menu_i_ID55);//Add menu item to the menu group

//Create new menu item
var menu_i_ID184 = new menuMenuItem('Служба "Регистратура"');
menu_i_ID184.id='menu_i_ID184';
menu_i_ID184.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID184.Text_o='';
menu_i_ID184.Text_c='';
menu_i_ID184.URL='../Departments/registry.php';
menu_i_ID184.Hint='';
menu_i_ID184.BgImage='../menu_images/menu.gif';
menu_g_ID53.AddItem(menu_i_ID184);//Add menu item to the menu group

//Create new menu item
var menu_i_ID188 = new menuMenuItem('Служба "Деловодство"');
menu_i_ID188.id='menu_i_ID188';
menu_i_ID188.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID188.Text_o='';
menu_i_ID188.Text_c='';
menu_i_ID188.URL='../Departments/delovodstvo.php';
menu_i_ID188.Hint='';
menu_i_ID188.BgImage='../menu_images/menu.gif';
menu_g_ID53.AddItem(menu_i_ID188);//Add menu item to the menu group

//Create new menu item
var menu_i_ID190 = new menuMenuItem('Служба "Архив"');
menu_i_ID190.id='menu_i_ID190';
menu_i_ID190.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID190.Text_o='';
menu_i_ID190.Text_c='';
menu_i_ID190.URL='../Departments/arch.php';
menu_i_ID190.Hint='';
menu_i_ID190.BgImage='../menu_images/menu.gif';
menu_g_ID53.AddItem(menu_i_ID190);//Add menu item to the menu group

//Create new menu item
var menu_i_ID192 = new menuMenuItem('Служба "Съдебни секретари"');
menu_i_ID192.id='menu_i_ID192';
menu_i_ID192.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID192.Text_o='';
menu_i_ID192.Text_c='';
menu_i_ID192.URL='../Departments/secretars.php';
menu_i_ID192.Hint='';
menu_i_ID192.BgImage='../menu_images/menu.gif';
menu_g_ID53.AddItem(menu_i_ID192);//Add menu item to the menu group

//Create new menu item
var menu_i_ID194 = new menuMenuItem('Служба "Връчване на призовки и съдебни книжа"');
menu_i_ID194.id='menu_i_ID194';
menu_i_ID194.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID194.Text_o='';
menu_i_ID194.Text_c='';
menu_i_ID194.URL='../Departments/slujba.php';
menu_i_ID194.Hint='';
menu_i_ID194.BgImage='../menu_images/menu.gif';
menu_g_ID53.AddItem(menu_i_ID194);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID51);//Add menu item to the menu group

//Create new menu item
var menu_i_ID67 = new menuMenuItem('Образци на документи');
menu_i_ID67.id='menu_i_ID67';
menu_i_ID67.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID67.Text_o='';
menu_i_ID67.Text_c='';
menu_i_ID67.URL='../Documents/documents.php';
menu_i_ID67.Hint='';
menu_i_ID67.Width=130;
menu_i_ID67.BgImage='../menu_images/menu.gif';
menu_i_ID67.FontColor='#C3B139';
menu_mg_ID1.AddItem(menu_i_ID67);//Add menu item to the menu group

//Create new menu item
var menu_i_ID83 = new menuMenuItem('Справки по дела');
menu_i_ID83.id='menu_i_ID83';
menu_i_ID83.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID83.Text_o='';
menu_i_ID83.Text_c='';
menu_i_ID83.URL='../Spravki/Ukazania_publikuvani_aktove.pdf';
menu_i_ID83.URLTarget='_blank';
menu_i_ID83.Hint='';
menu_i_ID83.Width=95;
menu_i_ID83.BgImage='../menu_images/menu.gif';
menu_i_ID83.FontColor='#C3B139';

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

//Create new menu item
var menu_i_ID87 = new menuMenuItem('График на заседанията');
menu_i_ID87.id='menu_i_ID87';
menu_i_ID87.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID87.Text_o='';
menu_i_ID87.Text_c='';
menu_i_ID87.URL='../Spravki/grafic.php';
menu_i_ID87.Hint='';
menu_i_ID87.BgImage='../menu_images/menu.gif';
menu_g_ID85.AddItem(menu_i_ID87);//Add menu item to the menu group

//Create new menu item
var menu_i_ID89 = new menuMenuItem('Указания за достъп до публикувани съдебни актове');
menu_i_ID89.id='menu_i_ID89';
menu_i_ID89.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID89.Text_o='';
menu_i_ID89.Text_c='';
menu_i_ID89.URL='../Spravki/Ukazania_publikuvani_aktove.pdf';
menu_i_ID89.URLTarget='_blank';
menu_i_ID89.Hint='';
menu_i_ID89.BgImage='../menu_images/menu.gif';
menu_i_ID89.FontColor='#C3B138';
menu_g_ID85.AddItem(menu_i_ID89);//Add menu item to the menu group

//Create new menu item
var menu_i_ID262 = new menuMenuItem('Съдебни актове');
menu_i_ID262.id='menu_i_ID262';
menu_i_ID262.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID262.Text_o='';
menu_i_ID262.Text_c='';
menu_i_ID262.URL='../Spravki/decisions.php';
menu_i_ID262.Hint='';
menu_i_ID262.BgImage='../menu_images/menu.gif';
menu_i_ID262.FontColor='#C3B138';

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

//Create new menu item
var menu_i_ID264 = new menuMenuItem('Постановени съдебни актове по граждански дела');
menu_i_ID264.id='menu_i_ID264';
menu_i_ID264.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID264.Text_o='';
menu_i_ID264.Text_c='';
menu_i_ID264.URL='../Spravki/decisions_g.php';
menu_i_ID264.Hint='';
menu_i_ID264.BgImage='../menu_images/menu.gif';
menu_g_ID265.AddItem(menu_i_ID264);//Add menu item to the menu group

//Create new menu item
var menu_i_ID266 = new menuMenuItem('Постановени съдебни актове по наказателни дела');
menu_i_ID266.id='menu_i_ID266';
menu_i_ID266.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID266.Text_o='';
menu_i_ID266.Text_c='';
menu_i_ID266.URL='../Spravki/decisions_n.php';
menu_i_ID266.Hint='';
menu_i_ID266.BgImage='../menu_images/menu.gif';
menu_g_ID265.AddItem(menu_i_ID266);//Add menu item to the menu group

//Create new menu item
var menu_i_ID267 = new menuMenuItem('Постановени  съдебни актове по търговски дела');
menu_i_ID267.id='menu_i_ID267';
menu_i_ID267.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID267.Text_o='';
menu_i_ID267.Text_c='';
menu_i_ID267.URL='../Spravki/decisions_t.php';
menu_i_ID267.Hint='';
menu_i_ID267.BgImage='../menu_images/menu.gif';
menu_g_ID265.AddItem(menu_i_ID267);//Add menu item to the menu group
menu_g_ID85.AddItem(menu_i_ID262);//Add menu item to the menu group

//Create new menu item
var menu_i_ID252 = new menuMenuItem('Влезли в сила съдебни актове');
menu_i_ID252.id='menu_i_ID252';
menu_i_ID252.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID252.Text_o='';
menu_i_ID252.Text_c='';
menu_i_ID252.URL='../Spravki/deloends.php';
menu_i_ID252.Hint='';
menu_i_ID252.BgImage='../menu_images/menu.gif';

//Create new submenu group
var menu_g_ID254 = new menuMenuGroup(0,0,'V');
menu_g_ID254.id='menu_g_ID254';
menu_g_ID254.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID254.Width=110;
menu_g_ID254.MenuGroupAlign=6;
//Connect the submenu to the menu item
menu_i_ID252.AddGroup(menu_g_ID254);

//Create new menu item
var menu_i_ID256 = new menuMenuItem('Граждански дела');
menu_i_ID256.id='menu_i_ID256';
menu_i_ID256.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID256.Text_o='';
menu_i_ID256.Text_c='';
menu_i_ID256.URL='../Spravki/deloends_g.php';
menu_i_ID256.Hint='';
menu_i_ID256.BgImage='../menu_images/menu.gif';
menu_g_ID254.AddItem(menu_i_ID256);//Add menu item to the menu group

//Create new menu item
var menu_i_ID258 = new menuMenuItem('Наказателни дела');
menu_i_ID258.id='menu_i_ID258';
menu_i_ID258.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID258.Text_o='';
menu_i_ID258.Text_c='';
menu_i_ID258.URL='../Spravki/deloends_n.php';
menu_i_ID258.Hint='';
menu_i_ID258.BgImage='../menu_images/menu.gif';
menu_g_ID254.AddItem(menu_i_ID258);//Add menu item to the menu group

//Create new menu item
var menu_i_ID259 = new menuMenuItem('Търговски дела');
menu_i_ID259.id='menu_i_ID259';
menu_i_ID259.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID259.Text_o='';
menu_i_ID259.Text_c='';
menu_i_ID259.URL='../Spravki/deloends_t.php';
menu_i_ID259.Hint='';
menu_i_ID259.BgImage='../menu_images/menu.gif';
menu_g_ID254.AddItem(menu_i_ID259);//Add menu item to the menu group
menu_g_ID85.AddItem(menu_i_ID252);//Add menu item to the menu group

//Create new menu item
var menu_i_ID97 = new menuMenuItem('Обявления');
menu_i_ID97.id='menu_i_ID97';
menu_i_ID97.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID97.Text_o='';
menu_i_ID97.Text_c='';
menu_i_ID97.URL='../Spravki/obiavlenia.php';
menu_i_ID97.Hint='';
menu_i_ID97.BgImage='../menu_images/menu.gif';
menu_g_ID85.AddItem(menu_i_ID97);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID83);//Add menu item to the menu group

//Create new menu item
var menu_i_ID99 = new menuMenuItem('Полезна информация');
menu_i_ID99.id='menu_i_ID99';
menu_i_ID99.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID99.Text_o='';
menu_i_ID99.Text_c='';
menu_i_ID99.URL='../Anonce/anons.php';
menu_i_ID99.Hint='';
menu_i_ID99.Width=117;
menu_i_ID99.BgImage='../menu_images/menu.gif';
menu_i_ID99.FontColor='#C3B139';

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

//Create new menu item
var menu_i_ID105 = new menuMenuItem('Обяви и конкурси');
menu_i_ID105.id='menu_i_ID105';
menu_i_ID105.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID105.Text_o='';
menu_i_ID105.Text_c='';
menu_i_ID105.URL='../Anonce/job.php';
menu_i_ID105.Hint='';
menu_i_ID105.Width=150;
menu_i_ID105.BgImage='../menu_images/menu.gif';
menu_i_ID105.FontColor='#C3B138';
menu_g_ID101.AddItem(menu_i_ID105);//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_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID113.Text_o='';
menu_i_ID113.Text_c='';
menu_i_ID113.URL='../Anonce/practice.php';
menu_i_ID113.Hint='';
menu_i_ID113.Width=150;
menu_i_ID113.BgImage='../menu_images/menu.gif';
menu_g_ID101.AddItem(menu_i_ID113);//Add menu item to the menu group

//Create new menu item
var menu_i_ID198 = new menuMenuItem('Списък на утвърдените вещи лица');
menu_i_ID198.id='menu_i_ID198';
menu_i_ID198.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID198.Text_o='';
menu_i_ID198.Text_c='';
menu_i_ID198.URL='../Anonce/Veshti_litsa.pdf';
menu_i_ID198.URLTarget='_blank';
menu_i_ID198.Hint='';
menu_i_ID198.Width=150;
menu_i_ID198.BgImage='../menu_images/menu.gif';
menu_g_ID101.AddItem(menu_i_ID198);//Add menu item to the menu group

//Create new menu item
var menu_i_ID200 = new menuMenuItem('Правна култура');
menu_i_ID200.id='menu_i_ID200';
menu_i_ID200.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID200.Text_o='';
menu_i_ID200.Text_c='';
menu_i_ID200.URL='../Anonce/lawyer.php';
menu_i_ID200.Hint='';
menu_i_ID200.Width=150;
menu_i_ID200.BgImage='../menu_images/menu.gif';
menu_g_ID101.AddItem(menu_i_ID200);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID99);//Add menu item to the menu group

//Create new menu item
var menu_i_ID115 = new menuMenuItem('Нормативна уредба');
menu_i_ID115.id='menu_i_ID115';
menu_i_ID115.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID115.Text_o='';
menu_i_ID115.Text_c='';
menu_i_ID115.URL='../Order/norma.php';
menu_i_ID115.Hint='';
menu_i_ID115.Width=112;
menu_i_ID115.BgImage='../menu_images/menu.gif';
menu_i_ID115.FontColor='#C3B139';

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

//Create new menu item
var menu_i_ID121 = new menuMenuItem('Правила за вътешния ред, пропускателен режим и сигурност');
menu_i_ID121.id='menu_i_ID121';
menu_i_ID121.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID121.Text_o='';
menu_i_ID121.Text_c='';
menu_i_ID121.URL='../Order/Pravila.pdf';
menu_i_ID121.URLTarget='_blank';
menu_i_ID121.Hint='';
menu_i_ID121.BgImage='../menu_images/menu.gif';
menu_i_ID121.FontColor='#C3B138';
menu_g_ID117.AddItem(menu_i_ID121);//Add menu item to the menu group

//Create new menu item
var menu_i_ID129 = new menuMenuItem('Тарифа № 1');
menu_i_ID129.id='menu_i_ID129';
menu_i_ID129.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID129.Text_o='';
menu_i_ID129.Text_c='';
menu_i_ID129.URL='../Order/tarifa1.pdf';
menu_i_ID129.URLTarget='_blank';
menu_i_ID129.Hint='';
menu_i_ID129.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID129);//Add menu item to the menu group

//Create new menu item
var menu_i_ID202 = new menuMenuItem('Тарифа за държавните такси по ГПК');
menu_i_ID202.id='menu_i_ID202';
menu_i_ID202.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID202.Text_o='';
menu_i_ID202.Text_c='';
menu_i_ID202.URL='../Order/Tarifa_po_GPK.pdf';
menu_i_ID202.URLTarget='_blank';
menu_i_ID202.Hint='';
menu_i_ID202.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID202);//Add menu item to the menu group

//Create new menu item
var menu_i_ID204 = new menuMenuItem('Наредба за вещите лица');
menu_i_ID204.id='menu_i_ID204';
menu_i_ID204.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID204.Text_o='';
menu_i_ID204.Text_c='';
menu_i_ID204.URL='../Order/persons.php';
menu_i_ID204.Hint='';
menu_i_ID204.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID204);//Add menu item to the menu group

//Create new menu item
var menu_i_ID206 = new menuMenuItem('Съдебни заседатели');
menu_i_ID206.id='menu_i_ID206';
menu_i_ID206.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID206.Text_o='';
menu_i_ID206.Text_c='';
menu_i_ID206.URL='../Order/jurors.php';
menu_i_ID206.Hint='';
menu_i_ID206.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID206);//Add menu item to the menu group

//Create new menu item
var menu_i_ID208 = new menuMenuItem('Етичен кодекс на съдебните служители');
menu_i_ID208.id='menu_i_ID208';
menu_i_ID208.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID208.Text_o='';
menu_i_ID208.Text_c='';
menu_i_ID208.URL='../Order/Etichen_kodeks.pdf';
menu_i_ID208.URLTarget='_blank';
menu_i_ID208.Hint='';
menu_i_ID208.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID208);//Add menu item to the menu group


//Create new menu item
var menu_i_ID230 = new menuMenuItem('Правила за достъп до обществена информация');
menu_i_ID230.id='menu_i_ID230';
menu_i_ID230.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID230.Text_o='';
menu_i_ID230.Text_c='';
menu_i_ID230.URL='../Order/Prav_dost.pdf';
menu_i_ID230.URLTarget='_blank';
menu_i_ID230.Hint='';
menu_i_ID230.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID230);//Add menu item to the menu group


//Create new menu item
var menu_i_ID231 = new menuMenuItem('Вътрешни правила за публикуване на съдебни актове на интернет страницата');
menu_i_ID231.id='menu_i_ID231';
menu_i_ID231.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID231.Text_o='';
menu_i_ID231.Text_c='';
menu_i_ID231.URL='../Order/Vutreshi_prav_Publikuvane_Aktove_ZA_WEB.pdf';
menu_i_ID231.URLTarget='_blank';
menu_i_ID231.Hint='';
menu_i_ID231.BgImage='../menu_images/menu.gif';
menu_g_ID117.AddItem(menu_i_ID231);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID115);//Add menu item to the menu group

//Create new menu item
var menu_i_ID131 = new menuMenuItem('Пресофис');
menu_i_ID131.id='menu_i_ID131';
menu_i_ID131.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID131.Text_o='';
menu_i_ID131.Text_c='';
menu_i_ID131.URL='../Press/news.php';
menu_i_ID131.Hint='';
menu_i_ID131.Width=56;
menu_i_ID131.BgImage='../menu_images/menu.gif';
menu_i_ID131.FontColor='#C3B139';

//Create new submenu group
var menu_g_ID133 = new menuMenuGroup(0,0,'V');
menu_g_ID133.id='menu_g_ID133';
menu_g_ID133.Assign(menu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
menu_i_ID131.AddGroup(menu_g_ID133);

//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='../Press/weekend_news.php';
menu_i_ID135.Hint='';
menu_i_ID135.BgImage='../menu_images/menu.gif';
menu_g_ID133.AddItem(menu_i_ID135);//Add menu item to the menu group

//Create new menu item
var menu_i_ID234 = new menuMenuItem('Информация за постановени съдебни актове');
menu_i_ID234.id='menu_i_ID234';
menu_i_ID234.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID234.Text_o='';
menu_i_ID234.Text_c='';
menu_i_ID234.URL='../Press/acts.php';
menu_i_ID234.Hint='';
menu_i_ID234.BgImage='../menu_images/menu.gif';
menu_i_ID234.FontColor='#C3B138';
menu_g_ID133.AddItem(menu_i_ID234);//Add menu item to the menu group

//Create new menu item
var menu_i_ID210 = new menuMenuItem('Архив');
menu_i_ID210.id='menu_i_ID210';
menu_i_ID210.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID210.Text_o='';
menu_i_ID210.Text_c='';
menu_i_ID210.URL='../Press/archiven.php';
menu_i_ID210.Hint='';
menu_i_ID210.BgImage='../menu_images/menu.gif';
menu_g_ID133.AddItem(menu_i_ID210);//Add menu item to the menu group

//Create new menu item
var menu_i_ID212 = new menuMenuItem('Други новини');
menu_i_ID212.id='menu_i_ID212';
menu_i_ID212.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID212.Text_o='';
menu_i_ID212.Text_c='';
menu_i_ID212.URL='../Press/different_news.php';
menu_i_ID212.Hint='';
menu_i_ID212.BgImage='../menu_images/menu.gif';
menu_g_ID133.AddItem(menu_i_ID212);//Add menu item to the menu group

//Create new menu item
var menu_i_ID214 = new menuMenuItem('Медийна стратегия на съдилищата от Габровски съдебен окръг');
menu_i_ID214.id='menu_i_ID214';
menu_i_ID214.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID214.Text_o='';
menu_i_ID214.Text_c='';
menu_i_ID214.URL='../Press/Mediina_strategia.pdf';
menu_i_ID214.URLTarget='_blank';
menu_i_ID214.Hint='';
menu_i_ID214.BgImage='../menu_images/menu.gif';
menu_g_ID133.AddItem(menu_i_ID214);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID131);//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_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID147.Text_o='';
menu_i_ID147.Text_c='';
menu_i_ID147.URL='../Links/l_courts.php';
menu_i_ID147.Hint='';
menu_i_ID147.Width=92;
menu_i_ID147.BgImage='../menu_images/menu.gif';
menu_i_ID147.FontColor='#C3B139';

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

//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='../Links/l_courts.php';
menu_i_ID151.Hint='';
menu_i_ID151.BgImage='../menu_images/menu.gif';
menu_g_ID149.AddItem(menu_i_ID151);//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='../Links/l_muny.php';
menu_i_ID153.Hint='';
menu_i_ID153.BgImage='../menu_images/menu.gif';
menu_i_ID153.FontColor='#C3B138';
menu_g_ID149.AddItem(menu_i_ID153);//Add menu item to the menu group

//Create new menu item
var menu_i_ID161 = new menuMenuItem('Държавни институции');
menu_i_ID161.id='menu_i_ID161';
menu_i_ID161.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID161.Text_o='';
menu_i_ID161.Text_c='';
menu_i_ID161.URL='../Links/l_government.php';
menu_i_ID161.Hint='';
menu_i_ID161.BgImage='../menu_images/menu.gif';
menu_g_ID149.AddItem(menu_i_ID161);//Add menu item to the menu group

//Create new menu item
var menu_i_ID216 = new menuMenuItem('Европейски институции');
menu_i_ID216.id='menu_i_ID216';
menu_i_ID216.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID216.Text_o='';
menu_i_ID216.Text_c='';
menu_i_ID216.URL='../Links/l_euro.php';
menu_i_ID216.Hint='';
menu_i_ID216.BgImage='../menu_images/menu.gif';
menu_g_ID149.AddItem(menu_i_ID216);//Add menu item to the menu group

//Create new menu item
var menu_i_ID218 = new menuMenuItem('Съдебни школи в чужбина');
menu_i_ID218.id='menu_i_ID218';
menu_i_ID218.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID218.Text_o='';
menu_i_ID218.Text_c='';
menu_i_ID218.URL='../Links/l_shools.php';
menu_i_ID218.Hint='';
menu_i_ID218.BgImage='../menu_images/menu.gif';
menu_g_ID149.AddItem(menu_i_ID218);//Add menu item to the menu group

//Create new menu item
var menu_i_ID220 = new menuMenuItem('Партньорски организации');
menu_i_ID220.id='menu_i_ID220';
menu_i_ID220.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID220.Text_o='';
menu_i_ID220.Text_c='';
menu_i_ID220.URL='../Links/l_partners.php';
menu_i_ID220.Hint='';
menu_i_ID220.BgImage='../menu_images/menu.gif';
menu_g_ID149.AddItem(menu_i_ID220);//Add menu item to the menu group

//Create new menu item
var menu_i_ID222 = new menuMenuItem('Други');
menu_i_ID222.id='menu_i_ID222';
menu_i_ID222.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID222.Text_o='';
menu_i_ID222.Text_c='';
menu_i_ID222.URL='../Links/l_others.php';
menu_i_ID222.Hint='';
menu_i_ID222.BgImage='../menu_images/menu.gif';
menu_g_ID149.AddItem(menu_i_ID222);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID147);//Add menu item to the menu group

