function otherWin(url) {
 var newWin = window.open("http://" + url + "/", "newWin", "menubar = yes, resizable = yes, scrollbars = yes, status = yes, toolbar = yes, location = yes")
 newWin.focus()
}