function newWindow(newin,x,y) {
  flyout=window.open(newin,"flyout","resizable=yes,scrollbars=yes,width="+x+",height="+y+",top=20,left=20")
}

function newWindow2(newin,x,y) {
  flyout=window.open(newin,"flyout","resizable=no,scrollbars=yes,width="+x+",height="+y+",top=20,left=20")
}