function Abrir_ventana (pagina) {
var opciones="toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=no, width=400, height=400, top=85, left=140";
window.open(pagina,"",opciones);
}
