<!-- 

var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin ) {	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-2)) >= 4; }

else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && navigator.userAgent.indexOf("Windows")>=0) {

	document.write('<SCRIPT LANGUAGE=VBScript> \n' );;; 
	document.write('on error resume next \n ');;; 
	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n ');  ;
	document.write('</SCRIPT> \n ');  ;

}

if ( plugin ) {

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="755" height="69">');
	document.write('	<param name=movie value="/logo_index.swf">');
	document.write('	<param name=quality value=high>');
	document.write('	<embed src="/logo_index.swf" quality=high pluginspage="https://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="755" height="69">');
	document.write('	</embed>');
	document.write('</object>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	document.write('<table border="0" cellspacing="0" cellpadding="0" height="69" width="750">');
	document.write('		<tr>');
	document.write('			<td width="150" align="center"><img src="t_img/fmlogo.gif" width="119" height="55"></td>');
	document.write('			<td width="600" align="right"><a href="https://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash&Lang=Japanese" target="_blank"><img src="t_img/fpdl.gif" width="379" height="51" border="0"></a></td>');
	document.write('		</tr>');
	document.write('</table>');

}


//-->
