
function fwLoadMenus() {
  

  if (window.about) return;
  window.about = new Menu("root",100,17," Arial, Helvetica, sans-serif",11,"#000000","#000000","#FFEBC2","#FFFBF3");
  about.addMenuItem("О коллегии","location='about.html'");
  about.addMenuItem("Структура","location='struct.html'");
  about.addMenuItem("Руководство","location='rukovodstvo.html'");
  
  about.hideOnMouseOut=true;

 if (window.ist) return;
  window.ist = new Menu("root",130,17," Arial, Helvetica, sans-serif",11,"#000000","#000000","#FFEBC2","#FFFBF3");
ist.addMenuItem("История адвокатуры","location='history.html'");
  ist.addMenuItem("История коллегии","location='history1.html'");
  
ist.hideOnMouseOut=true;


 if (window.chlen) return;
  window.chlen = new Menu("root",130,17," Arial, Helvetica, sans-serif",11,"#000000","#000000","#FFEBC2","#FFFBF3");
chlen.addMenuItem("Regional Boards","location='chlens_e.php'");
 chlen.addMenuItem("The list of lawyers","location='chlens1_e.php'");

    chlen.hideOnMouseOut=true;

if (window.help) return;
  window.help = new Menu("root",152,17," Arial, Helvetica, sans-serif",11,"#000000","#000000","#FFEBC2","#FFFBF3");
help.addMenuItem("How to receive the aid","location='help1_e.html'");
help.addMenuItem("Kinds of the legal aid","location='help2_e.html'");
help.addMenuItem("About the Fee","location='help3_e.html'");
help.addMenuItem("Professional Independence","location='help4_e.html'");
   help.hideOnMouseOut=true;


   if (window.adv) return;
  window.adv = new Menu("root",142,17," Arial, Helvetica, sans-serif",11,"#000000","#000000","#EDEDED","#ffffff");
adv.addMenuItem("Текущие дела коллегии","location='current.php'");
adv.addMenuItem("Документы","location='documents.php'");
adv.hideOnMouseOut=true;

adv.writeMenus();  
} 

// fwLoadMenus()
