function InsertSampleMovie1()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="340" height="256" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
  document.write('<param name="autoplay" value="true" />');
  document.write('<param name="controller" value="true" />');
  document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html" />');
  document.write('<param name="target" value="myself" />');
  document.write('<param name="type" value="video/quicktime" />');
  document.write('<param name="src" value="images/VR/arena.mov" />');
  document.write('<embed src="images/VR/arena.mov" width="340" height="256" autoplay="true" controller="true" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html" target="myself"></embed>');
  document.write('</object>');
}
function InsertSampleMovie2()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="340" height="256" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
  document.write('<param name="autoplay" value="true" />');
  document.write('<param name="controller" value="true" />');
  document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html" />');
  document.write('<param name="target" value="myself" />');
  document.write('<param name="type" value="video/quicktime" />');
  document.write('<param name="src" value="images/VR/stables.mov" />');
  document.write('<embed src="images/VR/stables.mov" width="340" height="256" autoplay="true" controller="true" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html" target="myself"></embed>');
  document.write('</object>');
}
