var fDesc=new Array(); fDesc[0] = "If you receive an email with a link to a WebEx recording, just click on the link to watch it. There's no player required. Or if you've downloaded a file, get the WebEx Player (file types are .ARF or .WRF) for your operating system.

Sharing is easy. You can post a link anywhere and your visitors can view the WebEx. Want to edit? Download the file and convert it to WMV and edit like any video. There are two types of WebEx recording files ARF and WRF. Choose the right player for your recording."; 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 = ''; } }