function ventana(a){
documento=a;
flotante=window.open(documento,"revista","toolbar=no,width=540,height=350,menubar=no,scrollbars=yes,resizable=no");
                flotante.focus();
}

