function InsertSampleMovie(filename)
{
document.write('<object classid="clsid: 02BF25D5..." ...>\n');
document.write('<param name="src" value="'+filename+'" />\n');
document.write('</object>\n');
}