function CallFlashSwfTopimg(){

if ( L_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,0,0" ');
	document.write(' ID="orix" WIDTH="570" HEIGHT="156" ALIGN="top">');
	document.write(' <param name=movie value="swf/top.swf'); 
	document.write(' "> <param name=quality value=high> <param name=bgcolor value=#000000>'); 
	document.write(' <embed src="swf/top.swf');
	document.write(' " quality=high bgcolor=#000000  ');
	document.write(' swLiveConnect=FALSE width="570" height="156" name="top" align="top"');
	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="/grp/ir_e/img/idx_mv_001.jpg" alt="To Investors. ORIX is continuing to work to optimize growth and shareholders\' value by constantly taking on new business challenges." name="top_mv" width="570" height="156" border="0" usemap="#top_mvMap">');
	document.write('<map name="top_mvMap">');
	document.write('<area shape="rect" coords="12,91,192,147" href="/grp/ir_e/whois/glance.html" target="_blank" alt="ORIX At a Glance">');
	document.write('<area shape="rect" coords="196,93,378,147" href="/grp/ir_e/whois/overview.html" target="_blank" alt="ORIX\'s Business Overview">');
	document.write('<area shape="rect" coords="380,93,559,147" href="/grp/ir_e/whois/pdf/fact_e.pdf" target="_blank" alt="FactSheet(PDF)">');
	document.write('</map>');
}

}