var MM_contentVersion = 7;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
  var words = navigator.plugins["Shockwave Flash"].description.split(" ");
     for (var i = 0; i < words.length; ++i)
     {
  if (isNaN(parseInt(words[i])))
  continue;
  var MM_PluginVersion = words[i]; 
     }
 var 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://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="190"><param name="movie" value="e_index.swf"><param name=quality value=high><embed src="e_index.swf" quality=high pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="750" height="190"></embed></object>');
} else{
 document.write('<table width="750" height="190" border="0" cellpadding="0" cellspacing="0"><tr><td  align="right" valign="bottom" background="images/index_ph001.jpg"><table border="0" cellpadding="0" cellspacing="5"><tr><td valign="bottom" class="c02">To view this site you need Adobe Flash Player.</td><td><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&P5_Language=Japanese" target="_blank"><span class="c08">Download here.</span></a>  <a href="http://www.adobe.com/products/flashplayer/" target="_blank"><img src="images/getflash.gif" alt="Get ADOBE FLASH PLAYER" width="88" height="31" border="0"></a></td></tr></table></td></tr></table>');
}