function newWindow(clients) {
screenWindow = window.open(clients, "screenWin", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width=800, height=500")
screenWindow.focus()
}
