function PlayMovie()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="320" height="256" align="right" vspace="5">\n');
  document.write('<param name="src" value="webreel.mov"  />\n');
  document.write('<param name="autoplay" value="false"  />\n');
  document.write('<embed src="webreel.mov" autoplay="false" vspace="0" align="right" width="320" height="256" loop="false" pluginspage="http://www.apple.com/quicktime/download/"></p>');
  document.write('</object>\n');
}