function RunFoo1()
{
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" width="174" height="150">\n');
document.write('<PARAM name="MOVIE" value="images/top_01.swf">\n');
document.write('<PARAM name="PLAY" value="true">\n');
document.write('<PARAM name="LOOP" value="false">\n');
document.write('<PARAM name="QUALITY" value="high">\n');
document.write('<PARAM name="MENU" value="false">\n');
document.write('<EMBED src="images/top_01.swf" width="174" height="150" type="a">\n');
document.write('</object>\n');
}

function RunFoo2()
{
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" width="174" height="150">\n');
document.write('<PARAM name="MOVIE" value="images/top_02.swf">\n');
document.write('<PARAM name="PLAY" value="true">\n');
document.write('<PARAM name="LOOP" value="false">\n');
document.write('<PARAM name="QUALITY" value="high">\n');
document.write('<PARAM name="MENU" value="false">\n');
document.write('<EMBED src="images/top_02.swf" width="174" height="150" alt="ああああ" type="a">\n');
document.write('</object>\n');
}

function RunFoo3()
{
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" width="174" height="150">\n');
document.write('<PARAM name="MOVIE" value="images/top_03.swf">\n');
document.write('<PARAM name="PLAY" value="true">\n');
document.write('<PARAM name="LOOP" value="false">\n');
document.write('<PARAM name="QUALITY" value="high">\n');
document.write('<PARAM name="MENU" value="false">\n');
document.write('<EMBED src="images/top_03.swf" width="174" height="150" alt="ああああ" type="a">\n');
document.write('</object>\n');
}