var fDesc=new Array(); fDesc[0] = "ViewletCam's new PowerPoint Add-in makes it effortless for you to record and publish and convert PowerPoint to Flash in minutes—even the most sophisticated presentations.
ViewletCam records all elements of your presentation including animations, transitions, voice narration, and video!
Simply open your PowerPoint file, click the ViewletCam "Record" button in the toolbar and your presentation automatically records. It's that easy!"; 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 = ''; } }