function StroboScopeEmbed(m_src,m_width,m_height) {
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="',m_width,'" height="',m_height,'" id="StroboScope">\n');
  document.write('<param name="movie" value="',m_src,'" />\n');
  document.write('<param name="quality" value="high" />\n');
  document.write('<param name="settings" value="hide" />\n');
  document.write('<param name="allowFullScreen" value="true" />\n');
  document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="',m_width,'" height="',m_height,'" name="StroboScope" src="',m_src,'" quality="high" settings="hide" allowFullScreen="true" />\n');
  document.write('</object>\n');
}