// window open //

function imgopen(i) {
  var openimg = "/facilities/ushuku/popup/b_img" + i + ".html";
  window.open(openimg,"largeimg","resizable=yes,width=210,height=330");
}
