function RunFoo() {
   document.write('<object style="width:750px;height:420px" data="intro.swf" type="application/x-shockwave-flash">\n');
   document.write('<param name="movie" value="intro.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}

