thisPanel = document.getElementById("pnlVideo")
var thisHTML = ''
thisHTML = thisHTML + '<object id="MediaPlayer" width="512" height="334" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject">'
thisHTML = thisHTML + '<param name="FileName" value="videos/RemoteDepositCapture_BKS16x9_1750k.wmv">'
thisHTML = thisHTML + '<param name="autostart" value="true">'
thisHTML = thisHTML + '<param name="ShowControls" value="true">'
thisHTML = thisHTML + '<param name="ShowStatusBar" value="false">'
thisHTML = thisHTML + '<param name="ShowDisplay" value="false">'
thisHTML = thisHTML + '<embed TYPE="application/x-mplayer2" src="videos/RemoteDepositCapture_BKS16x9_1750k.wmv" name="MediaPlayer" width="512" height="334" showcontrols="1" showstatusbar="0" showdisplay="1" autostart="0" />'
thisHTML = thisHTML + '</object>'
thisPanel.innerHTML = thisHTML;