function InsertSampleMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" width="1024" height="780" autoplay="true" />\n');
document.write('<param name="src" value="/documents/dt/presentations/amxwdemo2.mov" />\n');
document.write('<embed src="/documents/dt/presentations/amxwdemo2.mov" width="1024" height="768" autoplay="true" />\n');
document.write('</object>\n');
}

