function RunFoo()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="300" width="605">\n');
    document.write('<param name="movie" value="hisho.swf" />\n');
    document.write('<embed height="300" pluginspage="http://www.macromedia.com/go/getflashplayer" src="hisho.swf" type="application/x-shockwave-flash" width="605" quality="best" play="true">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}

function RunFoo01()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="123" width="123">\n');
    document.write('<param name="movie" value="hisho_s.swf" />\n');
    document.write('<embed height="123" pluginspage="http://www.macromedia.com/go/getflashplayer" src="hisho_s.swf" type="application/x-shockwave-flash" width="123" quality="best" play="true">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}