function NewsWindow(url){
  window.open(url, "News", "width=500,height=500,toolbar=no,scrollbars=yes,location=no");
}
