function insertIntro()
{
   document.write('<object type="application/x-shockwave-flash" ');
   document.write('data="intro.swf" ');
   document.write('width="950" height="600">');
   document.write('<param name="movie" value="intro.swf" />');
   document.write('<img src="noflash.gif" width="200" height="100" alt="No flashf" />');
   document.write('</object>');
}