/* ----------------------------------

	movie Flash

---------------------------------- */


var MM_contentVersion = 8;
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://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="480" height="365"><param name="movie" value="movie/video.swf"><param name="quality" value="high"><embed src="movie/video.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="480" height="365"></embed></object>');
} else{
 document.write('<table border="0" cellpadding="0" cellspacing="0" class="l3"><tr><td width="133" rowspan="3" valign="top"><a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img src="../js/common/images/bt_flash.gif" alt="Get ADOBE FLASH PLAYER" width="112" height="33" vspace="20" border="0"></a></td><td valign="top">To view this experience,you need JavaScript enabled and the latest Adobe Flash Player installed.</td></tr><tr><td height="10"><img src="../js/common/images/spacer.gif" alt="" width="1" height="1" border="0"></td></tr><tr><td><a href="http://www.adobe.com/go/getflashplayer" target="_blank">Get Adobe Flash Player</a></td></tr></table>');
}
