// flash.js
function RunFlash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="950" height="310" id="FlashID" title="mainvisual_rednyellow">\n');
document.write('<param name="movie" value="swf/main.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="opaque" />\n');
document.write('<param name="swfversion" value="6.0.65.0" />\n');
document.write('<param name="expressinstall" value="Scripts/expressInstall.swf" />\n');

document.write('<!--[if !IE]>-->\n');
document.write('<object type="application/x-shockwave-flash" data="swf/main.swf" width="950" height="310">\n');
document.write('<!--<![endif]-->\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="opaque" />\n');
document.write('<param name="swfversion" value="6.0.65.0" />\n');
document.write('<param name="expressinstall" value="Scripts/expressInstall.swf" />\n');
document.write('<div>\n');
document.write('<h4>このページのコンテンツには、Adobe Flash Player の最新バージョンが必要です。</h4>\n');
document.write('<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Adobe Flash Player を取得" width="112" height="33" /></a></p>\n');
document.write('</div>\n');
document.write('<!--[if !IE]>-->\n');
document.write('</object>\n');
document.write('<!--<![endif]-->\n');
document.write('</object>\n');

}
