
function abrir_ventana(url) {
ventana=window.open(url,'ventana','width=700,height=600,scrollbars=yes');
}