var w = window;

function openWin(url) {
  if ((w == window) || w.closed) { w = open(url,"news","width=720,height=630,scrollbars=yes,resizable=yes"); }
  else {  w.focus(); w = open(url,"news","width=720,height=630,scrollbars=yes,resizable=yes");  }
  return(false);
}
