var plugin = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
	if (navigator.plugins && navigator.plugins["Shockwave Flash"])
		plugin = 1;
}
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.3")))\n');
	document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
	document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
	document.write('</SCRIPT\> \n');
}
if ( plugin ) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3,0,0,0" ');
	document.write(' ID=top WIDTH=570 HEIGHT=176>');
	document.write(' <PARAM NAME=movie VALUE="top.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=salign VALUE=LT> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="top.swf" quality=high salign=LT bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH=570 HEIGHT=176');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	document.write('<img src="images/mc_contents/top_flash01.jpg" width="191" height="135" alt="通信・情報システム、放送・映像システム、半導体製造システムの3つの事業分野で"><img src="images/mc_contents/top_flash02.jpg" width="190" height="135" alt="安全で豊かな社会基盤を構築するお手伝いをしています"><img src="images/mc_contents/top_flash03.jpg" width="189" height="135" alt=""><br><a href="products/wireless/index.html"><img src="images/mc_contents/top_flash04.gif" width="191" height="41" border="0" alt="通信・情報システム"></a><a href="products/video/index.html"><img src="images/mc_contents/top_flash05.gif" width="190" height="41" border="0" alt="放送・映像システム"></a><a href="products/semicon/index.html"><img src="images/mc_contents/top_flash06.gif" width="189" height="41" border="0" alt="半導体製造システム"></a>');
}