
function abreVentana(w,h,u) {
  window.open(u,'ventana','width=' + w + ',height=' + h + ',scrollbars=yes');
}

