function abreventana(){
  window.open(this.href,"nuevaventana",'height=1,width=1,scrollbars=auto,toolbar=no,directories=no,status=no,menubar=no,resizable=no');
  return false;
}