function RunIntro()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="600" width="600">\n');
   document.write('<param name="movie" value="intro.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="intro.swf" ... height="600" width="600"></embed>\n');
   document.write('</object>\n');
}

