// JavaScript Documentfunction RunFoo()
function RunFoo() 
{
    document.write('<object type="application/x-shockwave-flash" data="flash/menu1.swf" width="900" height="220">\n');
	document.write('<param name="wmode" value="transparent">\n');
    document.write('<param name="movie" value="flash/menu1.swf" />\n');
	document.write('</object>\n');
}


