function printObject() {
  MM_contentVersion = 8;
  plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
  document.open();
  if ( plugin ) {
    words = navigator.plugins["Shockwave Flash"].description.split(" ");
    for (var i = 0; i < words.length; ++i) {
      if (isNaN(parseInt(words[i])))
        continue;
        MM_PluginVersion = words[i]; 
      }
    MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
  } else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {
    document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
    document.write('on error resume next \n');
    document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
    document.write('</SCR' + 'IPT\> \n');
  }
  if ( MM_FlashCanPlay ) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+obj.width+'" height="'+obj.height+'" id="main" align="middle">');
    document.write('<param name="movie" value="'+obj.file+'">');
    document.write('<param name="loop" value="false">');
    document.write('<param name="menu" value="false">');
    document.write('<param name="quality" value="high">');
    document.write('<param name="bgcolor" value="'+obj.bgcolor+'">');
    document.write('<embed src="'+obj.file+'" loop="false" menu="false" quality="high" bgcolor="'+obj.bgcolor+'" width="'+obj.width+'" height="'+obj.height+'" name="main" align="middle" type="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>');
    document.write('</object><br>');
  } else {
    document.write('<table width="100%" height="100%" border="0" cellspacing="20" cellpadding="0"><tr><td align="center" style="vertical-align:middle;">');
    document.write('<h1><img src="/common/logo.gif" width="90" height="90" alt="FAT"></h1><br>');
    document.write('<img src="/images/main_nofla_txt01.gif" width="230" height="20" alt="GET FLASH PLAYER NOW"><br>');
    document.write('<img src="/images/main_nofla_txt02.gif" width="550" height="65" alt=""><br><br>');
    document.write('<a href="http://www.adobe.com/go/getflashplayer_jp" target="_blank"><img src="/images/main_nofla_banner_flash.gif" width="88" height="31" alt="Get ADOBE FLASH PLAYER" border="0"></a><br>');
    document.write('</td></tr></table>');
  }
  document.close();
}
