function InsertSampleMovie()
{
  document.write('<object classid="film" width="400" height="300" >\n');
  document.write('<param name="src" value="esschneit2.mov" width="400" height="300" />\n');
  document.write('</object>\n');
}