var fDesc=new Array(); fDesc[0] = "ProfCast is a versatile, powerful, yet very simple to use tool for recording lectures including PowerPoint slides for creating enhanced podcast media files. ProfCast for Windows provides a low cost solution for recording lectures, special events, and presentations as podcasts. ProfCast offers an integrated workflow that makes creating, recording, and publishing enhanced podcast media files easy. It's as simple as Launch, Load, and Lecture!
ProfCast provides live presentation recording, synchronization of slides with audio, and support for Microsoft PowerPoint. All elements of your presentation, including slide timings, bullet point builds, and voice narration, are recorded. ProfCast allows you to record your presentation as you give it, using Microsoft PowerPoint!"; 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 = ''; } }