function InsertMovie()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320"\n');
document.write('HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">\n');
document.write('<PARAM name="SRC" VALUE="P8211181.MOV">\n');
document.write('<PARAM name="AUTOPLAY" VALUE="true">\n');
document.write('<PARAM name="CONTROLLER" VALUE="true">\n');
document.write('<PARAM name="VOLUME" VALUE="50">\n');
document.write('<PARAM name="KIOSKMODE" VALUE="true">\n');
document.write('  <EMBED SRC="P8211181.MOV" WIDTH="320" HEIGHT="256" AUTOPLAY="true"\n');
document.write('CONTROLLER="true" VOLUME="50" KIOSKMODE="true"\n');
document.write('PLUGINSPAGE="http://www.apple.com/quicktime/download/">\n');
document.write('</EMBED></OBJECT>\n');
}