function movieshow(){
	document.write('<object id="MediaPlayer"');
	document.write('classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
	document.write('codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"');
	document.write('');
	document.write('width="180" height="160" standby="Loading Microsoft Windows Media Player');
	document.write('components..."');
	document.write('type="application/x-oleobject"><param name="FileName"');
	document.write('value="drm/cmpreview.wmv"');
	document.write('<param name="TransparentAtStart" value="true">');
	document.write('<param name="AutoStart" value="true">');
	document.write('<param name="AnimationatStart" value="false">');
	document.write('<param name="ShowControls" value="true">');
	document.write('<param name="ShowPositionControls" value="false">');
	document.write('<param name="ShowTracker" value="false">');
	document.write('<param name="ShowDisplay" value="false">');
	document.write('<param name="ShowStatusBar" value="false">');
	document.write('<param name="ShowCaptioning" value="false">');
	document.write('<param name="ShowGotoBar" value="false">');
	document.write('<param name="DisplayForeColor" value="0,0,0">');
	document.write('<embed type="application/x-mplayer2"');
	document.write('pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"');
	document.write('');
	document.write('src="drm/cmpreview_f.wmv"');
	document.write('name="MediaPlayer" Width="180"  height="160" TransparentAtStart="0"');
	document.write('AutoStart="1"  AnimationAtStart="0"  ShowPositionControls="0"');
	document.write('ShowDisplay="0"');
	document.write('ShowStatusBar="0"  ShowControls="true"  ShowCaptioning="0"></object>');
}
