

//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=20;
menu_MainGroupItemsGeneralStyle.Width=132;
menu_MainGroupItemsGeneralStyle.Cursor='default';
menu_MainGroupItemsGeneralStyle.PaddingLeft=5;
menu_MainGroupItemsGeneralStyle.PaddingLeft_o=null;
menu_MainGroupItemsGeneralStyle.PaddingTop=0;
menu_MainGroupItemsGeneralStyle.PaddingTop_o=null;
menu_MainGroupItemsGeneralStyle.PaddingRight=5;
menu_MainGroupItemsGeneralStyle.PaddingRight_o=null;
menu_MainGroupItemsGeneralStyle.PaddingBottom=0;
menu_MainGroupItemsGeneralStyle.PaddingBottom_o=null;
menu_MainGroupItemsGeneralStyle.BgColor='';
menu_MainGroupItemsGeneralStyle.BgColor_o='#BBE9FF';
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='#000000';
menu_MainGroupItemsGeneralStyle.FontColor_c='';
menu_MainGroupItemsGeneralStyle.FontFamily='Tahoma';
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='bold';
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=1;
menu_MainGroupItemsGeneralStyle.BorderWidth_c=null;
menu_MainGroupItemsGeneralStyle.BorderColor='#2A78C3';
menu_MainGroupItemsGeneralStyle.BorderColor_o='#000080';
menu_MainGroupItemsGeneralStyle.BorderColor_c='';
menu_MainGroupItemsGeneralStyle.Border='solid';
menu_MainGroupItemsGeneralStyle.Border_o='solid';
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='../../Script/menu_images/expand_arrv_white_1.gif';
menu_MainGroupItemsGeneralStyle.RightIcon_o='';
menu_MainGroupItemsGeneralStyle.RightIcon_c='';
menu_MainGroupItemsGeneralStyle.RightIconOffsetX=-11;
menu_MainGroupItemsGeneralStyle.RightIconOffsetX_o=null;
menu_MainGroupItemsGeneralStyle.RightIconOffsetX_c=null;
menu_MainGroupItemsGeneralStyle.RightIconOffsetY=-5;
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=100;
menu_GroupItemsGeneralStyle.Cursor='default';
menu_GroupItemsGeneralStyle.PaddingLeft=5;
menu_GroupItemsGeneralStyle.PaddingLeft_o=null;
menu_GroupItemsGeneralStyle.PaddingTop=0;
menu_GroupItemsGeneralStyle.PaddingTop_o=null;
menu_GroupItemsGeneralStyle.PaddingRight=5;
menu_GroupItemsGeneralStyle.PaddingRight_o=null;
menu_GroupItemsGeneralStyle.PaddingBottom=0;
menu_GroupItemsGeneralStyle.PaddingBottom_o=null;
menu_GroupItemsGeneralStyle.BgColor='';
menu_GroupItemsGeneralStyle.BgColor_o='#FFFFB0';
menu_GroupItemsGeneralStyle.BgColor_c='#FFFF6A';
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='#FFFFFF';
menu_GroupItemsGeneralStyle.FontColor_o='#000000';
menu_GroupItemsGeneralStyle.FontColor_c='';
menu_GroupItemsGeneralStyle.FontFamily='Tahoma';
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='bold';
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=0;
menu_GroupItemsGeneralStyle.BorderWidth_c=null;
menu_GroupItemsGeneralStyle.BorderColor='#000000';
menu_GroupItemsGeneralStyle.BorderColor_o='#0080FF';
menu_GroupItemsGeneralStyle.BorderColor_c='';
menu_GroupItemsGeneralStyle.Border='none';
menu_GroupItemsGeneralStyle.Border_o='solid';
menu_GroupItemsGeneralStyle.Border_c='';
menu_GroupItemsGeneralStyle.BorderLeft=true;
menu_GroupItemsGeneralStyle.BorderRight=true;
menu_GroupItemsGeneralStyle.BorderTop=true;
menu_GroupItemsGeneralStyle.BorderBottom=true;
menu_GroupItemsGeneralStyle.SeparatorColor='#000000';
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='../../Script/menu_images/arr_white_right.gif';
menu_GroupItemsGeneralStyle.RightIcon_o='../../Script/menu_images/arr_black_right.gif';
menu_GroupItemsGeneralStyle.RightIcon_c='';
menu_GroupItemsGeneralStyle.RightIconOffsetX=-8;
menu_GroupItemsGeneralStyle.RightIconOffsetX_o=null;
menu_GroupItemsGeneralStyle.RightIconOffsetX_c=null;
menu_GroupItemsGeneralStyle.RightIconOffsetY=-3;
menu_GroupItemsGeneralStyle.RightIconOffsetY_o=null;
menu_GroupItemsGeneralStyle.RightIconOffsetY_c=null;
menu_GroupItemsGeneralStyle.RightIconIsIndicator=true;

//Create submenus style object - All submenus inherite style from this object
var menu_GroupStyle = new menuMenuGroup();
menu_GroupStyle.Width=100;
menu_GroupStyle.MenuGroupAlign=0;
menu_GroupStyle.Opacity=100;
menu_GroupStyle.ShowDropDownControl=false;
menu_GroupStyle.InitDropdownState=1;
menu_GroupStyle.ItemsPadding_L=2;
menu_GroupStyle.ItemsPadding_R=1;
menu_GroupStyle.ItemsPadding_T=0;
menu_GroupStyle.ItemsPadding_B=1;
menu_GroupStyle.ItemsSpacing=0;
menu_GroupStyle.BgColor='#5799DB';
menu_GroupStyle.BgImgPos='top left';
menu_GroupStyle.BgImgRep='repeat';
menu_GroupStyle.Border='double';
menu_GroupStyle.BorderWidth=3;
menu_GroupStyle.BorderColor='#3B3B3B';
menu_GroupStyle.HeaderText='';
menu_GroupStyle.HeaderTextAlign='center';
menu_GroupStyle.HeaderTextOffsetX=0;
menu_GroupStyle.HeaderTextOffsetY=4;
menu_GroupStyle.HeaderHeight=0;
menu_GroupStyle.HeaderBgColor='';
menu_GroupStyle.HeaderIconOffsetX=3;
menu_GroupStyle.HeaderIconOffsetY=3;
menu_GroupStyle.HeaderBgImgRep='repeat-x';
menu_GroupStyle.HeaderBgImgPos='top left';
menu_GroupStyle.FontFamily='Verdana, Geneva, Arial, Helvetica, sans-serif';
menu_GroupStyle.FontColor='#004080';
menu_GroupStyle.FontSize=12;
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=12;
menu_GroupStyle.AnimationTimeout=16;

//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='#2A78C3';
menu_mg_ID1.Width=100;
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=0;
menu_mg_ID1.ItemsPadding_B=1;
menu_mg_ID1.ItemsSpacing=4;
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='double';
menu_mg_ID1.BorderWidth=3;
menu_mg_ID1.BorderColor='#3B3B3B';
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=3;
menu_mg_ID1.HeaderIconOffsetY=3;
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('За Ротари');
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='http://www.rotary-pyrgos.org/Bg/Rotary/rabout.htm';
menu_i_ID5.Hint='';

//Create new submenu group
var menu_g_ID15 = new menuMenuGroup(-1,1,'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=190;
//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='http://www.rotary-pyrgos.org/Bg/Rotary/history.htm';
menu_i_ID6.Hint='';

//Create new submenu group
var menu_g_ID18 = new menuMenuGroup(-1,1,'V');
menu_g_ID18.id='menu_g_ID18';
menu_g_ID18.Assign(menu_GroupStyle); //assign styles from the general style object
//Connect the submenu to the menu item
menu_i_ID6.AddGroup(menu_g_ID18);

//Create new menu item
var menu_i_ID17 = new menuMenuItem('Пиргос');
menu_i_ID17.id='menu_i_ID17';
menu_i_ID17.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID17.Text_o='';
menu_i_ID17.Text_c='';
menu_i_ID17.URL='http://www.rotary-pyrgos.org/Bg/Rotary/pyrgos.htm';
menu_i_ID17.Hint='';
menu_g_ID18.AddItem(menu_i_ID17);//Add menu item to the menu group
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='http://www.rotary-pyrgos.org/Bg/Rotary/mission.htm';
menu_i_ID7.Hint='';
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='http://www.rotary-pyrgos.org/Bg/Rotary/declaration.htm';
menu_i_ID8.Hint='';
menu_g_ID15.AddItem(menu_i_ID8);//Add menu item to the menu group

//Create new menu item
var menu_i_ID20 = new menuMenuItem('Ротари Интернешънъл');
menu_i_ID20.id='menu_i_ID20';
menu_i_ID20.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID20.Text_o='';
menu_i_ID20.Text_c='';
menu_i_ID20.URL='http://www.rotary-pyrgos.org/Bg/Rotary/ri.htm';
menu_i_ID20.Hint='';
menu_g_ID15.AddItem(menu_i_ID20);//Add menu item to the menu group

//Create new menu item
var menu_i_ID21 = new menuMenuItem('Четиристранен тест');
menu_i_ID21.id='menu_i_ID21';
menu_i_ID21.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID21.Text_o='';
menu_i_ID21.Text_c='';
menu_i_ID21.URL='http://www.rotary-pyrgos.org/Bg/Rotary/4test.htm';
menu_i_ID21.Hint='';
menu_g_ID15.AddItem(menu_i_ID21);//Add menu item to the menu group

//Create new menu item
var menu_i_ID22 = new menuMenuItem('Връзки');
menu_i_ID22.id='menu_i_ID22';
menu_i_ID22.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID22.Text_o='';
menu_i_ID22.Text_c='';
menu_i_ID22.URL='http://www.rotary-pyrgos.org/Bg/Rotary/links.htm';
menu_i_ID22.Hint='';
menu_g_ID15.AddItem(menu_i_ID22);//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_ID19 = new menuMenuItem('За клуба');
menu_i_ID19.id='menu_i_ID19';
menu_i_ID19.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID19.Text_o='';
menu_i_ID19.Text_c='';
menu_i_ID19.URL='http://www.rotary-pyrgos.org/Bg/Club/cabout.htm';
menu_i_ID19.Hint='';

//Create new submenu group
var menu_g_ID24 = new menuMenuGroup(-1,1,'V');
menu_g_ID24.id='menu_g_ID24';
menu_g_ID24.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID24.Width=130;
//Connect the submenu to the menu item
menu_i_ID19.AddGroup(menu_g_ID24);

//Create new menu item
var menu_i_ID23 = new menuMenuItem('Управителен съвет');
menu_i_ID23.id='menu_i_ID23';
menu_i_ID23.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID23.Text_o='';
menu_i_ID23.Text_c='';
menu_i_ID23.URL='http://www.rotary-pyrgos.org/Bg/Club/leaders.htm';
menu_i_ID23.Hint='';
menu_g_ID24.AddItem(menu_i_ID23);//Add menu item to the menu group

//Create new menu item
var menu_i_ID27 = new menuMenuItem('Членове');
menu_i_ID27.id='menu_i_ID27';
menu_i_ID27.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID27.Text_o='';
menu_i_ID27.Text_c='';
menu_i_ID27.URL='http://www.rotary-pyrgos.org/Bg/Club/actmembers.htm';
menu_i_ID27.Hint='';

//Create new submenu group
var menu_g_ID29 = new menuMenuGroup(-1,1,'V');
menu_g_ID29.id='menu_g_ID29';
menu_g_ID29.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID29.Width=120;
//Connect the submenu to the menu item
menu_i_ID27.AddGroup(menu_g_ID29);

//Create new menu item
var menu_i_ID28 = new menuMenuItem('Учредители');
menu_i_ID28.id='menu_i_ID28';
menu_i_ID28.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID28.Text_o='';
menu_i_ID28.Text_c='';
menu_i_ID28.URL='http://www.rotary-pyrgos.org/Bg/Club/first.htm';
menu_i_ID28.Hint='';
menu_g_ID29.AddItem(menu_i_ID28);//Add menu item to the menu group

//Create new menu item
var menu_i_ID30 = new menuMenuItem('Почетни членове');
menu_i_ID30.id='menu_i_ID30';
menu_i_ID30.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID30.Text_o='';
menu_i_ID30.Text_c='';
menu_i_ID30.URL='http://www.rotary-pyrgos.org/Bg/Club/specmembers.htm';
menu_i_ID30.Hint='';
menu_g_ID29.AddItem(menu_i_ID30);//Add menu item to the menu group
menu_g_ID24.AddItem(menu_i_ID27);//Add menu item to the menu group

//Create new menu item
var menu_i_ID31 = new menuMenuItem('Ротаракт');
menu_i_ID31.id='menu_i_ID31';
menu_i_ID31.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID31.Text_o='';
menu_i_ID31.Text_c='';
menu_i_ID31.URL='http://www.rotary-pyrgos.org/Bg/Rotaract/rview.htm';
menu_i_ID31.Hint='';

//Create new submenu group
var menu_g_ID33 = new menuMenuGroup(-1,1,'V');
menu_g_ID33.id='menu_g_ID33';
menu_g_ID33.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID33.Width=170;
//Connect the submenu to the menu item
menu_i_ID31.AddGroup(menu_g_ID33);

//Create new menu item
var menu_i_ID32 = new menuMenuItem('История');
menu_i_ID32.id='menu_i_ID32';
menu_i_ID32.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID32.Text_o='';
menu_i_ID32.Text_c='';
menu_i_ID32.URL='http://www.rotary-pyrgos.org/Bg/Rotaract/rhistory.htm';
menu_i_ID32.Hint='';
menu_g_ID33.AddItem(menu_i_ID32);//Add menu item to the menu group

//Create new menu item
var menu_i_ID34 = new menuMenuItem('Клубове');
menu_i_ID34.id='menu_i_ID34';
menu_i_ID34.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID34.Text_o='';
menu_i_ID34.Text_c='';
menu_i_ID34.URL='http://www.rotary-pyrgos.org/Bg/Rotaract/rclubs.htm';
menu_i_ID34.Hint='';
menu_g_ID33.AddItem(menu_i_ID34);//Add menu item to the menu group

//Create new menu item
var menu_i_ID35 = new menuMenuItem('Администрация и финанси');
menu_i_ID35.id='menu_i_ID35';
menu_i_ID35.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID35.Text_o='';
menu_i_ID35.Text_c='';
menu_i_ID35.URL='http://www.rotary-pyrgos.org/Bg/Rotaract/radmin.htm';
menu_i_ID35.Hint='';
menu_g_ID33.AddItem(menu_i_ID35);//Add menu item to the menu group

//Create new menu item
var menu_i_ID36 = new menuMenuItem('Членове');
menu_i_ID36.id='menu_i_ID36';
menu_i_ID36.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID36.Text_o='';
menu_i_ID36.Text_c='';
menu_i_ID36.URL='http://www.rotary-pyrgos.org/Bg/Rotaract/members.htm';
menu_i_ID36.Hint='';
menu_g_ID33.AddItem(menu_i_ID36);//Add menu item to the menu group
menu_g_ID24.AddItem(menu_i_ID31);//Add menu item to the menu group

//Create new menu item
var menu_i_ID38 = new menuMenuItem('Интеракт');
menu_i_ID38.id='menu_i_ID38';
menu_i_ID38.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID38.Text_o='';
menu_i_ID38.Text_c='';
menu_i_ID38.URL='http://www.rotary-pyrgos.org/Bg/Interact/interact.htm';
menu_i_ID38.Hint='';

//Create new submenu group
var menu_g_ID40 = new menuMenuGroup(-1,1,'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=150;
//Connect the submenu to the menu item
menu_i_ID38.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='http://www.rotary-pyrgos.org/Bg/Interact/ibord.htm';
menu_i_ID39.Hint='';
menu_g_ID40.AddItem(menu_i_ID39);//Add menu item to the menu group

//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='http://www.rotary-pyrgos.org/Bg/Interact/iproject.htm';
menu_i_ID41.Hint='';
menu_g_ID40.AddItem(menu_i_ID41);//Add menu item to the menu group

//Create new menu item
var menu_i_ID42 = new menuMenuItem('Седмични срещи');
menu_i_ID42.id='menu_i_ID42';
menu_i_ID42.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID42.Text_o='';
menu_i_ID42.Text_c='';
menu_i_ID42.URL='http://www.rotary-pyrgos.org/Bg/Interact/imeet.htm';
menu_i_ID42.Hint='';
menu_g_ID40.AddItem(menu_i_ID42);//Add menu item to the menu group
menu_g_ID24.AddItem(menu_i_ID38);//Add menu item to the menu group

//Create new menu item
var menu_i_ID43 = new menuMenuItem('Седмични срещи');
menu_i_ID43.id='menu_i_ID43';
menu_i_ID43.Assign(menu_GroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID43.Text_o='';
menu_i_ID43.Text_c='';
menu_i_ID43.URL='http://www.rotary-pyrgos.org/Bg/Club/meetings.htm';
menu_i_ID43.Hint='';
menu_g_ID24.AddItem(menu_i_ID43);//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='http://www.rotary-pyrgos.org/Bg/Club/photos.htm';
menu_i_ID44.Hint='';
menu_g_ID24.AddItem(menu_i_ID44);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID19);//Add menu item to the menu group

//Create new menu item
var menu_i_ID45 = new menuMenuItem('Проекти');
menu_i_ID45.id='menu_i_ID45';
menu_i_ID45.Assign(menu_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID45.Text_o='';
menu_i_ID45.Text_c='';
menu_i_ID45.URL='http://www.rotary-pyrgos.org/Bg/Projects/projects.htm';
menu_i_ID45.Hint='';

//Create new submenu group
var menu_g_ID47 = new menuMenuGroup(-1,1,'V');
menu_g_ID47.id='menu_g_ID47';
menu_g_ID47.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID47.Width=160;
//Connect the submenu to the menu item
menu_i_ID45.AddGroup(menu_g_ID47);

//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='http://www.rotary-pyrgos.org/Bg/Projects/international.htm';
menu_i_ID46.Hint='';
menu_g_ID47.AddItem(menu_i_ID46);//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='http://www.rotary-pyrgos.org/Bg/Projects/child.htm';
menu_i_ID48.Hint='';
menu_g_ID47.AddItem(menu_i_ID48);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID45);//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_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID49.Text_o='';
menu_i_ID49.Text_c='';
menu_i_ID49.URL='http://www.rotary-pyrgos.org/Bg/News/press.htm';
menu_i_ID49.Hint='';

//Create new submenu group
var menu_g_ID51 = new menuMenuGroup(-1,1,'V');
menu_g_ID51.id='menu_g_ID51';
menu_g_ID51.Assign(menu_GroupStyle); //assign styles from the general style object
menu_g_ID51.Width=160;
//Connect the submenu to the menu item
menu_i_ID49.AddGroup(menu_g_ID51);

//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='http://rotarydistrict2482.org/News.aspx';
menu_i_ID55.URLTarget='_blank';
menu_i_ID55.Hint='';
menu_g_ID51.AddItem(menu_i_ID55);//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='http://www.rotary-pyrgos.org/Bg/News/reports.htm';
menu_i_ID50.Hint='';
menu_g_ID51.AddItem(menu_i_ID50);//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='http://www.rotary-pyrgos.org/Bg/Arch/archive.htm';
menu_i_ID52.Hint='';
menu_g_ID51.AddItem(menu_i_ID52);//Add menu item to the menu group
menu_mg_ID1.AddItem(menu_i_ID49);//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_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID53.Text_o='';
menu_i_ID53.Text_c='';
menu_i_ID53.URL='http://www.rotary-pyrgos.org/Bg/Theme/list.htm';
menu_i_ID53.Hint='';
menu_mg_ID1.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_MainGroupItemsGeneralStyle); //Assign styles from the general style object
menu_i_ID54.Text_o='';
menu_i_ID54.Text_c='';
menu_i_ID54.URL='http://rotarydistrict2482.org/login.aspx?ReturnUrl=%2fProfile.aspx';
menu_i_ID54.URLTarget='_blank';
menu_i_ID54.Hint='';
menu_mg_ID1.AddItem(menu_i_ID54);//Add menu item to the menu group

