 function play_movie(file, width, height)   {    
	txt="<object id='MPlayer' classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715' width='"+width+"' height='"+height+"'>";
	txt+="<param name='Filename' value='"+file+"'>";
	txt+="<param name='AudioStream' value='-1'>";
	txt+="<param name='AutoSize' value='false'>";
	txt+="<param name='AutoStart' value='true'>";
	txt+="<param name='AnimationAtStart' value='false'>";
	txt+="<param name='AllowScan' value='true'>";
	txt+="<param name='AllowChangeDisplaySize' value='true'>";
	txt+="<param name='AutoRewind' value='true'>";
	txt+="<param name='Balance' value='0'>";
	txt+="<param name='BufferingTime' value='5'>";
	txt+="<param name='ClickToPlay' value='true'>";
	txt+="<param name='CursorType' value='0'>";
	txt+="<param name='CurrentPosition' value='-1'>";
	txt+="<param name='CurrentMarker' value='0'>";
	txt+="<param name='DisplayBackColor' value='0'>";
	txt+="<param name='DisplayForeColor' value='16777215'>";
	txt+="<param name='DisplayMode' value='0'>";
	txt+="<param name='DisplaySize' value='0'>";
	txt+="<param name='Enabled' value='true'>";
	txt+="<param name='EnableContextMenu' value='true'>";
	txt+="<param name='EnablePositionControls' value='true'>";
	txt+="<param name='EnableFullScreenControls' value='false'>";
	txt+="<param name='EnableTracker' value='true'>";
	txt+="<param name='InvokeURLs' value='true'>";
	txt+="<param name='Language' value='-1'>";
	txt+="<param name='LOOP' value='1'>";
	txt+="<param name='Mute' value='true'>";
	txt+="<param name='PlayCount' value='1'>";
	txt+="<param name='PreviewMode' value='false'>";
	txt+="<param name='Rate' value='1'>";
	txt+="<param name='SelectionStart' value='-1'>";
	txt+="<param name='SelectionEnd' value='-1'>";
	txt+="<param name='SendOpenStateChangeEvents' value='true'>";
	txt+="<param name='SendWarningEvents' value='true'>";
	txt+="<param name='SendErrorEvents' value='true'>";
	txt+="<param name='SendKeyboardEvents' value='false'>";
	txt+="<param name='SendMouseClickEvents' value='false'>";
	txt+="<param name='SendMouseMoveEvents' value='false'>";
	txt+="<param name='SendPlayStateChangeEvents' value='true'>";
	txt+="<param name='ShowCaptioning' value='false'>";
	txt+="<param name='ShowControls' value='false'>";
	txt+="<param name='ShowAudioControls' value='false'>";
	txt+="<param name='ShowDisplay' value='false'>";
	txt+="<param name='ShowGotoBar' value='false'>";
	txt+="<param name='ShowPositionControls' value='false'>";
	txt+="<param name='ShowStatusBar' value='false'>";
	txt+="<param name='ShowTracker' value='false'>";
	txt+="<param name='TransparentAtStart' value='false'>";
	txt+="<param name='VideoBorderWidth' value='0'>";
	txt+="<param name='VideoBorderColor' value='0'>";
	txt+="<param name='VideoBorder3D' value='false'>";
	txt+="<param name='Volume' value='-600'>";
	txt+="<param name='WindowlessVideo' value='false'>";
	txt+="<embed src='vod/cf_13.wmv' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' audiostream='-1' autosize='false' autostart='false' animationatstart='false' allowscan='true' allowchangedisplaysize='true' autorewind='false' balance='0' bufferingtime='5' clicktoplay='true' cursortype='0' currentposition='-1' currentmarker='0' displaybackcolor='0' displayforecolor='16777215' displaymode='0' displaysize='0' enabled='true' enablecontextmenu='true' enablepositioncontrols='true' enablefullscreencontrols='false' enabletracker='true' invokeurls='true' language='-1' LOOP='1' mute='false' playcount='1' previewmode='false' rate='1' selectionstart='-1' selectionend='-1' sendopenstatechangeevents='true' sendwarningevents='true' senderrorevents='true' sendkeyboardevents='false' sendmouseclickevents='false' sendmousemoveevents='false' sendplaystatechangeevents='true' showcaptioning='false' showcontrols='true' showaudiocontrols='true' showdisplay='false' showgotobar='false' showpositioncontrols='false' showstatusbar='false' showtracker='false' transparentatstart='false' videoborderwidth='0' videobordercolor='0' videoborder3d='false' volume='-600' windowlessvideo='false' width='"+width+"' height='"+height+"'></embed></object>";

	views.innerHTML=txt;
	
}



