function RunFoo3()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000..." ... width="450" height="300">\n');
   document.write('<param name="movie" value="../flash/open1.swf"" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="../flash/open1.swf"" ... loop="false" width="610" height="275"></embed>\n');
   document.write('</object>\n');
}

