// JavaScript Document

function runFlash(){
	document.write('<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="720" height="445">');
	document.write('<param name="movie" value="/share/pip/imediate.swf?pid=welcome" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="opaque" />');
	document.write('<param name="swfversion" value="9.0.45.0" />');
	<!-- このパラメータタグにより、Flash Player 6.0 または 6.5 以降を使用して、Flash Player の最新バージョンをダウンロードするようメッセージが表示されます。ユーザにメッセージを表示させないようにする場合はパラメータタグを削除します。 -->
	document.write('<param name="expressinstall" value="/share/js/expressInstall.swf" />');
	<!-- 次のオブジェクトタグは IE 以外のブラウザで使用するためのものです。IE では IECC を使用して非表示にします。 -->
	document.write('<!--[if !IE]>-->');
	document.write('<object type="application/x-shockwave-flash" data="/share/pip/imediate.swf?pid=welcome" width="720" height="445">');
	document.write('<!--<![endif]-->');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="opaque" />');
	document.write('<param name="swfversion" value="9.0.45.0" />');
	document.write('<param name="expressinstall" value="/share/js/expressInstall.swf" />');
	<!-- ブラウザには、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>');
}
