// 別ウィンドウで画像を見せる（閉じる）
function winclose() {
    if(opener) { window.close(); return false; }
    return true;
}
