function RunFoo2()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="188">\n');
   document.write('<param name="movie" value="img/top/bamboo_top.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="img/top/bamboo_top.swf" width="418" height="188" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}
