function abrir_ventana(url_,ancho_,alto_,scroll){ window.open('/web/mod/ventana.asp?url='+url_,'ventana','width='+ancho_+',height='+alto_+', scrollbars='+scroll+'') }