function FlashCode() {
  document.write('<object type="application/x-shockwave-flash" data="intro.swf" width="550" height="400">\n');
  document.write('<param name="movie" value="intro.swf" />\n');
  document.write('<param name="quality" value="high">\n');
  document.write('</object>\n');
}
