function InsertSampleMovie()
{
  var nua=navigator.userAgent;
  if (nua.indexOf("MSIE") > -1)
    {

  	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="320" height="260">\n');
  	document.write('<param name="src" value="ACPLGenealogy.mov" />\n');
  	document.write('</object>\n');
    }else
    {
	document.write('<center><embed src="ACPLGenealogy.mov" width="320" height="260"></center />'); 
    }
}