// totoバナー読み込み


function banFla(version) {
        if(navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){
                if(navigator.plugins && navigator.plugins["Shockwave Flash"]){
                        plugin = navigator.plugins["Shockwave Flash"].description.substring(16,17)
                }
        }else if(navigator.userAgent && (navigator.userAgent.indexOf("MSIE") >= 0) && (navigator.userAgent.indexOf("Win") >= 0)){
                document.write('<S'+'CRIPT LANGUAGE="VBS'+'cript"> \n');
                document.write('on error resume next \n');
                document.write('plugin=Left(Hex(Int(CreateObject("ShockwaveFlash.ShockwaveFlash").FlashVersion)),1)\n');
                document.write('</S'+'CRIPT> \n');
        }
        if(Number(plugin)>=version){
               document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="468" height="60" id="banner" align="middle">');
               document.write('<param name="allowScriptAccess" value="sameDomain">');
               document.write('<param name="movie" value="fla.swf">');
               document.write('<param name="quality" value="high">');
               document.write('<param name="bgcolor" value="#000000">');
               document.write('<embed src="fla.swf" quality="high" bgcolor="#000000" width="468" height="60" name="ban" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" >');
               document.write('</embed>');
               document.write('</object>');
        }else{
               document.write(' <a href="http://www.toto.co.jp/products/zone/kitchen.htm" target="_blank"><img src="images/fla.jpg" alt="キッチンの未来、はじめます。TOTO KITCHEN" width="468" height="60" border="0"></a>');
        }
}