    function irA(menu){
      var formindex=menu.options[menu.selectedIndex].value;

      if (formindex != 0) window.open(formindex, target="_blank","toolbar=yes,scrollbars=yes,menubar=yes,resizable=yes");
    }
