var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >=6;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)) {
	document.write('<script language=VBScript\>\n');
	document.write('on error resume next \n');
	document.write('plugin = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))\n');
	document.write('<\/script> \n');
	}
if ( plugin ) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="750" height="400" id="ss" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="img/ss.swf?bewelcome=yes" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#FFFFFF" />');
	document.write('<embed src="img/ss.swf?bewelcome=yes" quality="high" bgcolor="#FFFFFF" width="750" height="400" name="ss" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write(' <div id="error">');
	document.write('<p>本コンテンツをご覧いただくには、Flash Player7.0以上が必要となります。</p>');
	document.write('<p>最新のFlash Playerをダウンロードすると、Flash版メニューをご利用いただけます。<br><a href="http://www.macromedia.com/shockwave/download/download.cgi?P5_Language=Japanese&Lang=Japanese&P1_Prod_Version=ShockwaveFlash&Lang=Japanese">Flash Playerダウンロードセンター</a></p>');
	document.write('</div></object>');
} else {
	document.write('<META HTTP-EQUIV="refresh" content="0;url=company.html">');
}

