function newWindow(page,w,h) {
newWin=window.open(page,"_blank","toolbar=no,location=no,scrollbars=yes,width="+w+",height="+h+",resizable=yes")
newWin.focus()
}