﻿function AbrirVentana(URL, ancho, alto) {
    window.open(URL, '_blank', 'width=' + ancho + ', height=' + alto + ', toolbar=0, location=no, directories=0, status=0, menubar=0, scrollbars=1, resizable=0, titlebar=0');
}
