function InsertSampleMovie(ls_anim)
{
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="320" height="256">\n');
	document.write('<param name="pluginspage" value="http://www.apple.com/quicktime/download/indext.html">\n');
	document.write('<param name="TYPE" value="video/quicktime">\n');
	document.write('<param name="SRC" value="vikuiti/'+ls_anim+'.mov">\n');
	document.write('<param name="CONTROLLER" value="TRUE">\n');
	document.write('<param name="AUTOPLAY" value="true">\n');
	document.write('<embed width="320" height="256" hspace="0" vspace="5" controller="TRUE" src="vikuiti/'+ls_anim+'.mov" type="video/quicktime" bgcolor="#000000" border="0" frameborder="NO" palette="foreground" pluginspace="http://www.apple.com/quicktime/download/indext.html" title="Demonstration"></embed>\n');
	document.write('<noembed></noembed>\n');
	document.write('</object>\n');
}