<!--
var plugver=0;
var flplugin = ((navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0);

if(flplugin){
var plugver=parseInt(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin.description.substring(navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin.description.indexOf("Flash")+6));
}

function plugin_check(){
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0' width="+f_width+" height="+f_height+">");
document.write("<param name=movie value="+f_src+"><param name=quality value=high><param name=bgcolor value="+f_bgcolor+">");

if(plugver>=ok_version || (navigator.userAgent.indexOf('Mac',0) >= 0 && navigator.appVersion.indexOf('MSIE 3.',0) >= 0) || (navigator.userAgent.indexOf('Mac',0) >= 0 && navigator.appVersion.indexOf('MSIE 4.',0) >= 0)){
	document.write("<embed src="+f_src+" quality=high pluginspage='http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width="+f_width+" height="+f_height+" alt="+f_alt+" bgcolor="+f_bgcolor+">");
	document.write("</embed>");
}else{
	document.write(change_img);
}
document.write("</object>");
}
//-->