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=its_img2 WIDTH=760 HEIGHT=338>');
	document.write(' <PARAM NAME=movie VALUE="img/top.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="img/top.swf" loop=false quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH=760 HEIGHT=338');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');

	if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0&& navigator.platform.indexOf("Win")>=0){
	document.write(' [ONE WORLD] Yamada links the worlds high-tech companies to Japan. ');
}
	document.write(' </EMBED>');
    document.write('<noembed><img src="img/top_img_00.jpg" width="760" height="338" usemap="#Map" border="0" alt="[ONE WORLD] Yamada links the worlds high-tech companies to Japan."></noembed>');

	document.write(' </OBJECT>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	document.write('<IMG SRC="img/top_img_00.jpg" WIDTH=760 HEIGHT=338 usemap="#Map" BORDER=0 alt="[ONE WORLD] Yamada links the worlds high-tech companies to Japan.">');
} else {
       document.write('<img src="img/top_img_00.jpg" width="760" height="338" usemap="#Map" border="0" alt="[ONE WORLD] Yamada links the worlds high-tech companies to Japan.">');
}