
function RunFoo()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="823" height="400">\n'); 

document.write('<param name="movie" value="Movie.swf" />\n'); 

document.write('<param name="quality" value="high" />\n'); 

document.write('<embed src="Movie.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="823" height=400"></embed></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=7,0,19,0" width="204" height="540">\n'); 

document.write('<param name="movie" value="../menuSub.swf" />\n'); 

document.write('<param name="quality" value="high" />\n'); 

document.write('<embed src="../menuSub.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="204" height=540"></embed></object>\n'); 
}


function RunFooTop()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="823" height="378">\n'); 

document.write('<param name="movie" value="Movie.swf" />\n'); 

document.write('<param name="quality" value="high" />\n'); 

document.write('<embed src="Movie.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="823" height=378"></embed></object>\n'); 
}

function RunFooMain()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="570" height="70">\n'); 

document.write('<param name="movie" value="images/01.swf" />\n'); 

document.write('<param name="quality" value="high" />\n'); 

document.write('<embed src="images/01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="570" height=70"></embed></object>\n'); 
}