function InsertSampleMovie()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab"  width="320" height="256">\n');
document.write('<param name="src" value="fulfilment.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<embed src="fulfilment.mov" width="320" height="256" autoplay="false" pluginspage="http://www.apple.com/quicktime/download/"></embed>\n')
document.write('</object>\n');
}