function abre_ventana(url, nombre, ancho, alto) {

        window.open(url , nombre , "width="+ancho+",height="+alto+",scrollbars=NO");
        
        return false;
        
}
