function fwLoadMenus() {

  if (window.fw_menu_0) return;
  window.topmenu2_2 = new Menu("Социальная реабилитация", 170,17,"Verdana");
    topmenu2_2.addMenuItem("Компьютерный центр", "location='cmpcenter.html'");
    topmenu2_2.addMenuItem("Арт-терапия", "location='art.html'");   
    topmenu2_2.hideOnMouseOut=true;

  window.topmenu2_3 = new Menu(" Медицинская реабилитация", 220,17,"Verdana");
    topmenu2_3.addMenuItem(" Медицинская реабилитация", "location='med.html'");
    topmenu2_3.addMenuItem(" Методы лечения", "location='methods.html'");   
    topmenu2_3.addMenuItem(" Расписание специалистов", "location='raspisanie.html'");   
    topmenu2_3.hideOnMouseOut=true;

  window.topmenu2 = new Menu("root",280,17,"Verdana");
    topmenu2.addMenuItem(topmenu2_3, "");
    topmenu2.addMenuItem(topmenu2_2, "");
    topmenu2.addMenuItem("Психологическая реабилитация", "location='preability.html'");
    topmenu2.addMenuItem("Инвалидный спорт", "location='isport.html'");
    topmenu2.addMenuItem("Научная деятельность", "location='science.html'");
    topmenu2.hideOnMouseOut=true;
  
    window.topmenu3 = new Menu("root",160,17,"Verdana");
    topmenu3.addMenuItem("Реквизиты", "location='contacts.html'");
    topmenu3.addMenuItem("Запись на лечение", "location='kurs.html'");
    topmenu3.hideOnMouseOut=true;

  topmenu2.writeMenus();
}
