function newWindow (adir, nomeWin, w, h, scroll) {
         dirWindow = window.open(adir, nomeWin, "scrollbars=" + scroll + ",resizable=no,width="+w+",height="+h);
         dirWindow.focus()
         }
