function display_flash () {
  is = new BrowserCheck();
  if (is.flash8){
    document.write('  <object name="index" data="index.swf" width="850px" height="350px"');
    document.write('    type="application/x-shockwave-flash"><param');
    document.write('    name="movie" value="index.swf" /><param');
    document.write('    name="quality" value="best" /><param');
    document.write('    name="menu" value="false" /><param');
    document.write('    name="bgcolor" value="#000000" /></object>');
  } else {
    document.write('  <table frame="void" rules="none" border="0">');
    document.write('    <tr>');
    document.write('      <td>このサイトをご覧になるにはAdobe Flash Player 8が必要です。<br /><a');
    document.write('        href="http://www.adobe.com/go/getflashplayer_jp"');
    document.write('        target="_blank">こちら</a>よりダウンロード、インストールした後、再度ご覧ください。</td>');
    document.write('    </tr>');
    document.write('  </table>');
  }
}

function open_gm () {
  var url = 'http://www.google.co.jp/maps?f=q&hl=ja&sll=36.5626,136.362305&sspn=35.601526,54.667969&q=';
  url += '%e3%81%bf%e3%82%84%e3%81%93%e3%82%81%e3%81%a3%e3%81%9b';
  url += '&ie=UTF8&ll=35.013443,135.781231&spn=0.017855,0.026693&om=1';
  var window_popup = window.open(url,'gm',"toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,favorites=yes");
  window_popup.focus();
}
