function RunIntro()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="220" height="330">\n');
   document.write('<param name="movie" value="floo-intro.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="floo-intro.swf" width="220" height="330"></embed>\n');
   document.write('</object>\n');
}