// 画像別ウィンドウ表示　その1
function OpenWindow(url) {
  window.open(url,"news_window","width=540,height=500,scrollbars=yes");
}

