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