	function fwLoadMenus() {
  if (window.historia_menu_1) return;

 
  window.historia_menu_1 = new Menu("root",60,20,"Verdana, Arial, Helvetica, sans-serif",11,"#000000","#000000","#6699CC","#0066CC");
    historia_menu_1.addMenuItem("2000","location='/cgi-bin/tvazteca.sh/cgis/boletin_ano2?anio=2000'");
    historia_menu_1.addMenuItem("2001","location='/cgi-bin/tvazteca.sh/cgis/boletin_ano2?anio=2001'");
    historia_menu_1.addMenuItem("2002","location='/cgi-bin/tvazteca.sh/cgis/boletin_ano2?anio=2002'");
    historia_menu_1.addMenuItem("2003","location='/cgi-bin/tvazteca.sh/cgis/boletin_ano2?anio=2003'");
    historia_menu_1.addMenuItem("2004","location='/cgi-bin/tvazteca.sh/cgis/boletin_ano2?anio=2004'");
    historia_menu_1.fontWeight="bold";
    historia_menu_1.hideOnMouseOut=true;




  historia_menu_1.writeMenus();
} 