var L_contentVersion = 8;

var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var L_PluginVersion = words[i];
	    }
	var L_FlashCanPlay = L_PluginVersion >= L_contentVersion;
}

else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('L_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & L_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}

if ( L_FlashCanPlay ) {
	document.write('<object data="/swf/movie_player.swf" type="application/x-shockwave-flash" width="300" height="266" align="top">');
	document.write('<param name="movie" value="/swf/movie_player.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#ffffff">');
	document.write('</object>');
} else{
	document.write('<p><img src="/image/img-movie-noflash.jpg" alt="ムービーをご覧になるにはFlash Player 8以降が必要になります。こちらから最新のFlash Playerをダウンロードして下さい。" width="300" height="266" usemap="#Map" />');
	document.write('<map name="Map" id="Map">');
	document.write('<area shape="rect" coords="14,198,127,230" href="http://www.adobe.com/go/BPCKX" target="_blank" alt="Flash Playerのダウンロード" />');
	document.write('</map>');
	document.write('</p>');
}

			
			
			
			
			
