function insertFlash(movie, width, height)
{
  document.write('<object type="application/x-shockwave-flash" data="'+movie+'" width="'+width+'" height="'+height+'">');
  document.write('<param name="movie" value="'+movie+'" />');
  document.write('<param name="wmode" value="transparent" />');
  document.write('<param name="autoStart" value="-1" />');
  document.write('</object>');
}
