// JavaScript Document
function RunFoo()

{

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="960" height="630" id="FlashID" title="TAM インターナショナル">\n');
document.write('<param name="movie" value="top_img/top.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="opaque" />');
document.write('<param name="swfversion" value="8.0.35.0" />');
document.write('<!-- このパラメータタグにより、Flash Player 6.0 または 6.5 以降を使用して、Flash Player の最新バージョンをダウンロードするようメッセージが表示されます。ユーザにメッセージを表示させないようにする場合はパラメータタグを削除します。 -->');
document.write('<param name="expressinstall" value="Scripts/expressInstall.swf" />');
document.write('<!-- 次のオブジェクトタグは IE 以外のブラウザで使用するためのものです。IE では IECC を使用して非表示にします。 -->');
document.write('<!--[if !IE]>-->');
document.write('<object type="application/x-shockwave-flash" data="top_img/top.swf" width="960" height="630">');
document.write('<!--<![endif]-->');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="opaque" />');
document.write('<param name="swfversion" value="8.0.35.0" />');
document.write('<param name="expressinstall" value="Scripts/expressInstall.swf" />');
document.write('<!-- ブラウザには、Flash Player 6.0 以前のバージョンを使用して次の代替コンテンツが表示されます。 -->');
document.write('<div>');
document.write('<h4>このページのコンテンツには、Adobe Flash Player の最新バージョンが必要です。</h4>');
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>');
document.write('</div>');
document.write('<!--[if !IE]>-->');
document.write('</object>');
document.write('<!--<![endif]-->');
document.write('</object>');

}
