//TOP FLASH
function RunFoo1()
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="600">\n');
    document.write('<param name=movie value="images/top.swf">\n');
    document.write('<PARAM NAME=loop VALUE=false>\n');
	document.write('<param name=quality value=high>\n');
    document.write('<embed src="images/top.swf" loop=false quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}
//MENU
function RunFoo2()
{
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="250" height="600">\n');
    document.write('<param name=movie value="images/menu.swf">\n');
    document.write('<PARAM NAME=loop VALUE=false>\n');
	document.write('<param name=quality value=high>\n');
    document.write('<embed src="images/menu.swf" loop=false quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="250" height="600">\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}
