这个代码 帮我修改下 在 firefox 里不能运行哦 55555 帮帮忙高手们function DisplayMenu(index) { 
      for (i=1; i <=4; i++) 
      if (index == i) { 
      thisMenu = eval("menu" + index + ".style"); 
      thisMenu.display = ""; 
      } 
      else { 
      otherMenu = eval("menu" + i + ".style"); 
      otherMenu.display = "none"; 
      } 
      }