//FlashPlayerが6以下、もしくはインストールされていない場合、インストールを促す表示に切り替わります。

<!--
var MM_contentVersion = 6;
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('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	document.write(' ID="top" WIDTH="758" HEIGHT="393" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="topflash_e.swf"> <PARAM NAME=quality VALUE=high>  '); 
	document.write(' <EMBED src="topflash_e.swf" quality=high bgcolor=#FFFFFF');
	document.write(' swLiveConnect=FALSE WIDTH="758" HEIGHT="393" NAME="top" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write('<img src="images/index_ph001.jpg" alt="" name="Image1" width="758" height="339" id="Image1"></td></tr><tr><td colspan="3"><img src="common/images/spacer.gif" alt="" width="1" height="1"></td></tr><tr><td colspan="3"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="images/index_logo.gif" alt="SEIKOH GIKEN" width="195" height="53"></td><td rowspan="2"><img src="common/images/spacer.gif" alt="" width="1" height="1"></td><td><a href="business/index.html#01" onMouseOver="MM_swapImage(\'Image1\',\'\',\'images/index_ph002.jpg\',\'Image2\',\'\',\'images/index_bt001on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/index_bt001.gif" alt="OPTICAL DISC MOLD GROUP" name="Image2" width="187" height="53" border="0" id="Image2"></a><a href="business/index.html#02" onMouseOver="MM_swapImage(\'Image1\',\'\',\'images/index_ph003.jpg\',\'Image3\',\'\',\'images/index_bt002on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/index_bt002.gif" alt="OPTICAL COMMUNICATIONS GROUP" name="Image3" width="188" height="53" border="0" id="Image3"></a><a href="business/index.html#03" onMouseOver="MM_swapImage(\'Image1\',\'\',\'images/index_ph004.jpg\',\'Image4\',\'\',\'images/index_bt003on.gif\',1)" onMouseOut="MM_swapImgRestore()"><img src="images/index_bt003.gif" alt="RESEARCH AND DEVELOPMENT" name="Image4" width="187" height="53" border="0" id="Image4"></a></td></tr></table>');
}
//-->
