/*ウィンドウ*/
function WinOpen(NEWS) {
  this.window.name="news";
  win = window.open(NEWS,'P1','scrollbars=yes,resizable=yes,width=620,height=670');
  win.focus();
}
