if (MM_FlashCanPlay) {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
  document.write('codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
  document.write('id="'+flashID+'" width="'+fileWidth+'" height="'+fileHeight+'" align="">');
  document.write('<param name="movie" value="'+flashFile+'">');
  document.write('<param name="loop" value="'+flashLoop+'">');
  document.write('<param name="quality" value="high">');
  document.write('<param name="bgcolor" value="'+flashBGColor+'">');
  document.write('<embed src="'+flashFile+'" loop="'+flashLoop+'" quality="high" bgcolor="'+flashBGColor+'" swLiveConnect="false" ');
  document.write('width="'+fileWidth+'" height="'+fileHeight+'" name="'+flashID+'" align="" type="application/x-shockwave-flash" ');
  document.write('pluginspage="https://www.macromedia.com/go/getflashplayer"></embed></object>');
} else {
  document.write('<img src="'+imgFile+'" width="'+fileWidth+'" height="'+fileHeight+'" alt="'+imgAlt+'" border="0">');
}