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("Win") >= 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" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="330" height="283" id="kurasen" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain">');
document.write('<param name="movie" value="img/top_flash.swf">');
document.write('<param name="menu" value="false">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#ffffff">');
document.write('<embed src="img/top_flash.swf" menu="false" quality="high" bgcolor="#ffffff" width="330" height="283" name="top_flash" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</object>');
}else{
document.write('<img name="top" src="img/top_flash_img.jpg" width="330" height="283" alt="本サイトはJavaScriptを 使用しています。お手数ですがJavaScriptの使用を有効にしてください。">');
}
