function abreVentana(url, w, h) {
    window.open(url, "flotante", "dependent=yes,width=" + w + ",height=" + h +",personalbar=no,menubar=no,location=no,directories=no,resizable=yes,scrollbars=yes");
}