// 0604024

//var CFLCaltHTML    = 'Flashプレーヤーバージョン8以上をインストールして下さい';
var CFLCfpver      = 8;
var CFLCiewin = navigator.userAgent.indexOf('Win') && (document.all);
var CFLCflag = false;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin) {
    //CFLCflag = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= CFLCfpver;
    version = plugin.description.replace(/^[A-Za-z\s]+/, '').replace(/(\s+r|\s+b[0-9]+)/, ".").split(".");
    CFLCflag = version[0] >= CFLCfpver;
} else if (CFLCiewin) {
    document.write('<script language="VBScript"\> \n');
    document.write('on error resume next \n');
    document.write('CFLCflag = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & CFLCfpver )))\n');
    document.write('</script\> \n');
}
if (! CFLCflag ) {
    document.write(CFLCaltHTML);
}
function CFLCerr() {
    return true;
}


