function ATCvplayerWMV_render(){var a=document.createElement("div");a.setAttribute("id","wmvdiv");a.innerHTML="";document.body.appendChild(a)}function ATCvplayerWMV_play(a,g,b){var d,e,c,h,i;if(!document.getElementById("wmvdiv")){ATCvplayerWMV_render()}d=document.getElementById("wmvdiv");g=g+10;b=b+70;e=screen.availHeight-200;c=screen.availWidth-50;if(b>e){b=e}if(g>c){g=c}h=document.body.scrollTop;i=document.body.scrollLeft;h=h+(e-b)/2;i=i+(c-g)/2;var f="";f=f+'<div style="z-index:10000; display:block; background-color:#000000; position:absolute; border:solid blue 4px; width:'+g+"px; height:"+(b+22)+"px; top:"+h+"px; left:"+i+'px;">';f=f+'  <img align="right" style="padding:0px; margin:0px; cursor:pointer;" src="/images/close1.gif" width="20" onclick="JavaScript:ATCvplayerWMV_close();"><br>';f=f+"  <center>";f=f+'  <object ID="ATCvplayerWMV" style="padding:0px; margin:0px; width:'+g+"px; height:"+b+'px;"  classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" >';f=f+'    <param name="showcontrols" value="1">';f=f+'    <param name="autostart" value="1">';f=f+'    <param name="url" value="'+a+'">';f=f+'     <embed type="application/x-mplayer2" src="'+a+'" style="width:'+g+"px; height:"+b+'px;" showcontrols="True" autostart="1" showstatusbar="1"></embed>';f=f+"  </object>";f=f+"  </center>";f=f+"</div>";d.innerHTML=f}function ATCvplayerWMV_close(){var a=document.getElementById("wmvdiv");a.innerHTML=""};