function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E..." ... width="600" height="390">\n');
   document.write('<param name="movie" value="csrwebvideo.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=bgcolor VALUE=#2D2D2B/>\n');
   document.write('<embed src="csrwebvideo.swf" ... "  bgcolor=#2D2D2B width="600" height="390"></embed>\n');
   document.write('</object>\n');
}