// JavaScript Document

function newWin(id) { //v2.0
  window.open('/news/topics/index.php#' + id,'news','status=yes,scrollbars=yes,resizable=yes,width=480,height=600');
}

