function MovieWrite(file) {

	document.write('<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" id="MMPlayer1" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" width="259" height="185" VIEWASTEXT>');
	document.write('	<PARAM NAME="AudioStream" VALUE="1">');
	document.write('	<PARAM NAME="AutoPlay" VALUE="1">');
	document.write('	<PARAM NAME="AutoSize" VALUE="0">');
	document.write('	<PARAM NAME="AutoStart" VALUE="1">');
	document.write('	<PARAM NAME="AnimationAtStart" VALUE="0">');
	document.write('	<PARAM NAME="AutoRewind" VALUE="1">');
	document.write('	<PARAM NAME="Balance" VALUE="0">');
	document.write('	<PARAM NAME="BufferingTime" VALUE="1000">');
	document.write('	<PARAM NAME="CaptioningID" VALUE="">');
	document.write('	<PARAM NAME="ClickToPlay" VALUE="0">');
	document.write('	<PARAM NAME="CursorType" VALUE="32512">');
	document.write('	<PARAM NAME="CurrentPosition" VALUE="-1">');
	document.write('	<PARAM NAME="CurrentMarker" VALUE="0">');
	document.write('	<PARAM NAME="DefaultFrame" VALUE="">');
	document.write('	<PARAM NAME="DisplayBackColor" VALUE="16777215">');
	document.write('	<PARAM NAME="DisplayForeColor" VALUE="16777215">');
	document.write('	<PARAM NAME="DisplaySize" VALUE="4">');
	document.write('	<PARAM NAME="uiMode" VALUE="none">');
	document.write('	<PARAM NAME="stretchToFit" VALUE="0">');
	document.write('	<PARAM NAME="Enabled" VALUE="-1">');
	document.write('	<PARAM NAME="EnableContextMenu" VALUE="0">');
	document.write('	<PARAM NAME="EnablePositionControls" VALUE="-1">');
	document.write('	<PARAM NAME="EnableFullScreenControls" VALUE="1">');
	document.write('	<PARAM NAME="EnableTracker" VALUE="-1">');
	document.write('	<PARAM NAME="InvokeURLs" VALUE="-1">');
	document.write('	<PARAM NAME="Language" VALUE="0">');
	document.write('	<PARAM NAME="Mute" VALUE="0">');
	document.write('	<PARAM NAME="PlayCount" VALUE="1">');
	document.write('	<PARAM NAME="PreviewMode" VALUE="0">');
	document.write('	<PARAM NAME="Rate" VALUE="1">');
	document.write('	<PARAM NAME="SAMILang" VALUE="">');
	document.write('	<PARAM NAME="SAMIStyle" VALUE="">');
	document.write('	<PARAM NAME="SAMIFileName" VALUE="">');
	document.write('	<PARAM NAME="SelectionStart" VALUE="0">');
	document.write('	<PARAM NAME="SelectionEnd" VALUE="0">');
	document.write('	<PARAM NAME="SendOpenStateChangeEvents" VALUE="-1">');
	document.write('	<PARAM NAME="SendWarningEvents" VALUE="-1">');
	document.write('	<PARAM NAME="SendErrorEvents" VALUE="-1">');
	document.write('	<PARAM NAME="SendKeyboardEvents" VALUE="0">');
	document.write('	<PARAM NAME="SendMouseClickEvents" VALUE="0">');
	document.write('	<PARAM NAME="SendMouseMoveEvents" VALUE="0">');
	document.write('	<PARAM NAME="SendPlayStateChangeEvents" VALUE="1">');
	document.write('	<PARAM NAME="ShowCaptioning" VALUE="0">');
	document.write('	<PARAM NAME="ShowControls" VALUE="0">');
	document.write('	<PARAM NAME="ShowAudioControls" VALUE="0">');
	document.write('	<PARAM NAME="ShowDisplay" VALUE="0">');
	document.write('	<PARAM NAME="ShowGotoBar" VALUE="0">');
	document.write('	<PARAM NAME="ShowPositionControls" VALUE="0">');
	document.write('	<PARAM NAME="ShowTracker" VALUE="0">');
	document.write('	<PARAM NAME="TransparentAtStart" VALUE="0">');
	document.write('	<PARAM NAME="VideoBorderWidth" VALUE="0">');
	document.write('	<PARAM NAME="VideoBorderColor" VALUE="0">');
	document.write('	<PARAM NAME="VideoBorder3D" VALUE="0">');
	document.write('	<PARAM NAME="Volume" VALUE="600">');
	document.write('	<PARAM NAME="WindowlessVideo" VALUE="0">');
	document.write('    <param name="Filename" value="' + file + '">');
	document.write('</object>');

}