risolto..
codice:
  if (f.categoria.style.display!="none") {
    if ((f.macro.selectedIndex!=0)&&(f.categoria.selectedIndex==0)) {
    alert("Campo Categoria obbligatorio.");
    f.categoria.focus();  
    return false;
    }
  }