function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",95,21,"Verdana, sans-serif, Arial, Helvetica, sans-serif",12,"#8d0000","#ffffff","#ffaa00","#8d0000");
  fw_menu_0.addMenuItem("principal","window.open('index.html', '_self');");
  fw_menu_0.addMenuItem("banda","window.open('banda.html', '_self');");
  fw_menu_0.addMenuItem("mp3","window.open('audiovideo.html', '_self');");
  fw_menu_0.addMenuItem("fotos","window.open('fotos.html', '_self');");
  fw_menu_0.addMenuItem("shows","window.open('shows.html', '_self');");
  fw_menu_0.addMenuItem("links","window.open('links.html', '_self');");
   fw_menu_0.bgImageUp="./img/fwmenu1_95x21_up.gif";
   fw_menu_0.bgImageOver="./img/fwmenu1_95x21_over.gif";
   fw_menu_0.fontWeight="bold";
   fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} 