﻿function OpenImg(img){
  win=window.open("about:blank","_blank","toolbar=no,scrollbars=yes,status=yes,resizable=yes");
  win.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
  win.document.write('<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>【悪質業者の被害にあわないために】被害の実例（イメージ） | 日本貸金業協会</title><link href="../../css/import.css" rel="stylesheet" type="text/css" /><link href="../../css/personal.css" rel="stylesheet" type="text/css" /></head>');
  win.document.write('<body><div id="headerWrapper">');
  win.document.write('<div id="logo"><h1><img src="../../images/common/logo01.gif" alt="日本貸金業協会" /></h1></div><p class="clear" /></div>');
  win.document.write('<div id="wrapper"><div class="aligncenter">');
  win.document.write('<p style="margin:30px 0 10px;" class="red12b">このような勧誘にはご注意いただきますようお知らせ申し上げます。</p><img src="' + img + '" style="border:1px solid #999; margin-bottom:20px;"><hr /><p style="padding:30px 0;"><input type="button" value="Close" onClick="window.close()"></p>');
  win.document.write('</div>');
  win.document.write('<div id="footer"><ul><li></li></ul><address>copyright &copy; Japan Financial Services Association. All Rights Reserved.</address></div>');
  win.document.write('</div>');
  win.document.write('</body></html>');
  win.document.close();
}

