var MM_contentVersion = 7;
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 MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_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('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
document.write('<EMBED src="swf/index.swf" loop=true quality=high wmode="transparent" WIDTH="900" HEIGHT="650" NAME="index" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>'); 
} else{
	document.write('<br><br><br><br><table width="700"  border="0" cellpadding="20" cellspacing="0" bgcolor="#000000"><tr><td align="left"><span class=f02>本サイトをご覧になるには、<a href="http://www.macromedia.com/software/flash/" target="_new">Adobe Flash Player</a>が必要です。<br><br>下のバナーをクリックしてAdobeダウンロードセンターからプラグインをダウンロードし、インストールしてからご覧ください。<br><br><a href="http://www.macromedia.com/go/getflashplayer"><img src="img/noflash/b01.gif" width="88" height="31" border="0"></a></span></td></tr></table>');
	
}

