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('<div id="content-title">');
	document.write('  <script type="text/javascript">');
	document.write('  	AC_FL_RunContent( \'codebase\',\'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\',\'width\',\'756\',\'height\',\'323\',\'src\',\'/images/top\',\'quality\',\'high\',\'pluginspage\',\'http://www.macromedia.com/go/getflashplayer\',\'movie\',\'/images/top\' ); //end AC code');
	document.write('  </script>');
	document.write('</div>');
} else {
	document.write('<div id="content-title">');
	document.write('  <img src="/common/images/spacer.gif" alt="" width="756" height="323">');
	document.write('</div>');
	document.write('<div class="hr">&nbsp;</div>');
	document.write('<div class="notice-block1">');
	document.write('  <p>Macromedia Flash is used for some integral parts on our website.<br>');
	document.write('    For the website to function properly, please get Flash Player from the <a href="http://www.macromedia.com/go/getflashplayer" target="_blank">Flash Player Download Center</a> on Adobe.com.</p>');
	document.write('  <p>NLS ホームページでは、コンテンツの一部にMacromedia Flash を使用しています。<br>');
	document.write('    完全な状態でご覧いただくには、<a href="http://www.macromedia.com/go/getflashplayer_jp" target="_blank">Adobe Flash Player ダウンロードセンター</a>より最新のFlash Player をダウンロードしてください。</p>');
	document.write('</div>');
}
