function RunFoo()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="920" height="550">\n');
   document.write('<param name="movie" value="../images/magione.swf">\n');
   document.write('<param name=quality value=high>\n');
   document.write('<embed src="../images/magione.swf" width="920" height="550" quality=high type="application/x-shockwave-flash"></embed>\n');
   document.write('</object>\n');
}