with (milonic = new menuname("Main Menu")) {
    alwaysvisible = 1;
    left = 35;
    openstyle = "up";
    orientation = "horizontal";
    style = menuStyle;
    //top=10;
    aI("showmenu=Профиль;text= Профіль ;");
    aI("showmenu=Новости;text= Новини ;");
    aI("showmenu=Коментарии;text= Коментарі ;");
    aI("showmenu=Акценты;text= Акценти ;");
    aI("showmenu=Аналитика;text= Аналітика ;");
    aI("showmenu=Стратегии;text= Стратегії ;");
    aI("showmenu=Медиа;text= Медіа ;");
}

with (milonic = new menuname("Профиль")) {
    openstyle = "up";
    style = submenuStyle;
    aI("text=Біографія;url=index.php?option=com_content&task=category&sectionid=2&id=3&Itemid=44&lang=uk;");
    aI("text=Бізнес;url=index.php?option=com_content&task=category&sectionid=2&id=4&Itemid=43&lang=uk;");
    aI("text=Робота у Раді;url=index.php?option=com_content&task=category&sectionid=2&id=5&Itemid=45&lang=uk;");
    aI("text=Робота у ДМСУ;url=index.php?option=com_content&task=category&sectionid=2&id=6&Itemid=46&lang=uk;");
    aI("text=Меценатство;url=index.php?option=com_content&task=category&sectionid=2&id=7&Itemid=47&lang=uk;");
    aI("text=Фотоальбом;url=index.php?option=com_paxgallery&Itemid=81&lang=uk;");
    aI("text=Захоплення;url=index.php?option=com_content&task=category&sectionid=2&id=9&Itemid=49&lang=uk;");
}

//aI("text= ;url= ;");
with (milonic = new menuname("Новости")) {
    openstyle = "up";
    style = submenuStyle;
    aI("text=Міжнародні новини;url=index.php?option=com_content&task=category&sectionid=3&id=32&Itemid=50&lang=uk;");
    aI("text=Політичні новини;url=index.php?option=com_content&task=category&sectionid=3&id=33&Itemid=51&lang=uk;");
    aI("text=Економічні новини;url=index.php?option=com_content&task=category&sectionid=3&id=34&Itemid=52&lang=uk;");
}

with (milonic = new menuname("Коментарии")) {
    openstyle = "up";
    style = submenuStyle;
    aI("text=Політичні коментарі;url=index.php?option=com_content&task=category&sectionid=10&id=11&Itemid=55&lang=uk;");
    aI("text=Економічні коментарі;url=index.php?option=com_content&task=category&sectionid=10&id=12&Itemid=57&lang=uk;");
}

with (milonic = new menuname("Акценты")) {
    openstyle = "up";
    style = submenuStyle;
    aI("text=Гаряча тема;url=index.php?option=com_content&task=section&id=11&Itemid=78&lang=uk;");
}

with (milonic = new menuname("Стратегии")) {
    openstyle = "up";
    style = submenuStyle;
    aI("text=Стратегії экономічного зростання;url=index.php?option=com_content&task=category&sectionid=6&id=25&Itemid=68&lang=uk;");
}

with (milonic = new menuname("Медиа")) {
    openstyle = "up";
    style = submenuStyle;
    aI("text=Интерв\'ю;url=index.php?option=com_content&task=category&sectionid=8&id=26&Itemid=70&lang=uk;");
    aI("text=Прес-центр;url=index.php?option=com_content&task=category&sectionid=8&id=28&Itemid=72&lang=uk;");
}

drawMenus();
