var fDesc=new Array(); fDesc[0] = "With the WebEx recorders you can record everything that happens in a WebEx session; audio, video, chat conversations, notes, etc. If you save recordings to your WebEx service site, you can publish the recording on a Web page so that others can play it or download it to their computer.
There are two options for hosting a WebEx recording online for replay. You can either upload the recording file onto your website for playback or upload the WebEx recording file to your WebEx account for playback."; 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 = ''; } }