function newWindow(newURL) { 
  win = window.open(newURL, "news_preview","toolbar=no,resizable=yes,scrollbars=yes,width=575,height=550,left=150,top=100");
  win.focus()
}