function insertFlash()
{
   document.write('<object type="application/x-shockwave-flash" ');
   document.write('data="fdsimgtmp.swf" ');
   document.write('width="700" height="353">');
   document.write('<param name="movie" value="fdsimgtmp.swf" />');
   document.write('</object>');
}
