var fDesc=new Array(); fDesc[0] = "The WebEx Player is developed to play back any recording that was made using WebEx Recorder—that is, a WebEx Recording Format (.wrf) file.
With WebEx Player the customers can play either a recording that resides on their computer, or that is published on a Web site.
The WebEx Player is very easy to use. For playing a recording that resides on a computer, just double-click a recording file and the WebEx player will start to play the recording automatically.
To play a recording that is published on a Web site, the users will have to go to the Web page on which the recording is published, and then click the link for the recording. WebEx Player plays the recording automatically."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }