function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function ApriScheda(targ,selObj,restore){ 
  var val=selObj.options[selObj.selectedIndex].value
  if (val!="#"){
  window.open(targ+'?fx=scheda&azienda='+val,'azienda','toolbar=yes,status=yes,scrollbars=yes,width=686,height=460');
  if (restore) selObj.selectedIndex=0;
  }
}
function ApriScheda2(val){
  var targ="scheda-azienda.asp";
  if (val!="#"){
  window.open(targ+'?fx=scheda&azienda='+val,'azienda','toolbar=yes,status=yes,scrollbars=yes,width=686,height=460');
  }
}