// JavaScript Document
function abreVentana(pagina){
win=window.open (pagina,"ventana","");
win.focus();
}