function abref(dir,al, an){
var estilo;
estilo = "height=" + al + ", width=" + an + ", toolbar=no, status=no, menubar=no, resizable=no";
window.open(dir,"_blank",estilo);
}
