function InsertSampleMovie()
{
  document.write('<object classid="clsid: 02BF25D5..." width="600" height="144" ...>\n');
  document.write('<param name="src" value="/movs/flash_movieRS/flash_movieRS.mov" />\n');
  document.write('</object>\n');
}



