
	
	
	var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

if (hasReqestedVersion) {  // if we've detected an acceptable version
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="950" height="250">');
	document.write('<param name="movie" value="swf/en_top_main.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="swf/en_top_main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="950" height="250"></embed>');
	document.write('</object>');
	
  } else {  // flash is too old or we can't detect the plugin

document.write('<img src="swf/top_main_noscript.jpg" alt="TOPPAN FORMS‚ª" width="950" height="250" />');
			
			
  }