﻿function showMenu() {



  addMenu("news");

  closeMenu("Новости", "index.php");



  addMenu("taekvondo");

   openSubMenu("taekvondo", "", 220);



    addMenuItem("&nbsp;О Таеквон-До", "about.html");

    addMenuItem("&nbsp;Исторический путь", "history.html");

    addMenuItem("&nbsp;Этикет", "ethicet.html");



   closeSubMenu();

  closeMenu("Таеквон-До", "menu_taekwon_do.html");





  addMenu("federation");

   openSubMenu("federation", "", 225);



    addMenuItem("&nbsp;Документы", "documents.html");

    addMenuItem("&nbsp;История возникновения и развития Таеквон-до ITF в Пензе", "historypenza.html");

    addMenuItem("&nbsp;Инструкторский состав", "instructors.html");

    addMenuItem("&nbsp;Расписание занятий", "schedule.html");

    addMenuItem("&nbsp;Фотогалерея", "photo.html");

    addMenuItem("&nbsp;Видеогалерея", "video.html");



   closeSubMenu();

  closeMenu("Федерация", "menu_federation.html");





  addMenu("articles");

   openSubMenu("articles", "", 250);



    addMenuItem("&nbsp;Принципы Таеквон-до", "principes.html");

    addMenuItem("&nbsp;История возникновения Таеквон-до", "historyoftkd.html");

    addMenuItem("&nbsp;Духовность и Таеквон-до", "spirith.html");

    addMenuItem("&nbsp;Теория мощности Таеквон-до", "power.html");

    addMenuItem("&nbsp;Интерпретация тулей", "tiles.html");

    addMenuItem("&nbsp;Система поясов", "waists.html");

    addMenuItem("&nbsp;Как завязывать пояс", "waist.html");

    addMenuItem("Интервью с Яном Фрайманом", "jan.html");
   addMenuItem("Таеквон-до", "dostoinstvatkd.html");
   


 closeSubMenu();

  closeMenu("Статьи", "menu_articles.html");





  addMenu("contacts");

  closeMenu("Контакты", "contacts.html");



  addMenu("links");

  closeMenu("Ссылки", "links.html");



}

