function open_win(origen, idioma, ancho, alto, barra) { window.open('legal/'+origen+'.htm', 'legal', 'top=20,left=40,width='+ancho+',height='+alto+',scrollbars='+barra); } //---------------------------------------------------------- function check_backlogin() { if (document.backlogin.login.value == '') { alert('Para acceder al backweb debes introducir valores'); } else { document.backlogin.submit(); } } //---------------------------------------------------------- function escuchar(archivo) { window.open('snd_hear.asp?id=' + archivo, 'reprod', 'width=350,height=220'); } //---------------------------------------------------------- function descargar(archivo, tipo) { window.open('snd_dwnld.asp?id=' + archivo + '&tipo=' + tipo, 'download', 'width=400,height=300'); }