function ordena(obj){
  if(obj!=null){
    document.getElementById('formulari').submit();
  }
  return;
}
