function ventana(a){
documento=a;
flotante=window.open(documento,"ventana","toolbar=no,width=500,height=480,menubar=no,scrollbars=yes,resizable=no");
                flotante.focus();
}

function noticias(a){
documento=a;
flotante=window.open(documento,"ventana","toolbar=no,width=580,height=600,menubar=no,scrollbars=yes,resizable=no");
                flotante.focus();
}


