<!--
function embedFlash() {
  document.write('<object data="flash/intro.swf" type="application/x-shockwave-flash" width="400" height="250">');
  document.write('<param name="movie" value="flash/intro.swf" />');
  document.write('<param name="quality" value="high" />');
  document.write('<param name="scale" value="exactfit" />');
  document.write('<param name="menu" value="true" />');
  document.write('<param name="bgcolor" value="#FBF0C4" />');
  document.write('</object>');
}
-->