var fDesc=new Array(); fDesc[0] = "ViewletBuilder's patented screen recording process automatically captures the critical graphic layer updates on your screen as well as any cursor position changes in order to replicate the flow of your application in a slide by slide editing environment. This allows you to create professional interactive training demos and simulations that exactly mirror the way your product or web site works without the hassle of editing large video files that require a higher bandwith. If you prefer recording your screen and audio narration LIVE or your application requires it, we support this as well using our new Live Capture option!

Instead of spending time on the technical aspects of creation, now you can spend more time being creative by using callouts, notes, arrows, animated highlights, zoom areas, transitions, interactivity and audio narration (to name a few). You can add video files and have various actions associated to events making your output more engaging.

Publish your finished tutorials in several ways. You can upload them directly to YouTube using our FLV video format, or as a small, secure Flash files that can be delivered over the Internet or packaged as executable files to be sent vial email, uploaded to an LMS, or burned on CDs. ViewletBuilder7 supports SCORM 1.2, 2004, and AICC to meet all of your eLearning requirements too. Better yet, publish to ViewletCentral with one click! ViewletCentral will host your content and provide real time statistics on your Viewlet usage."; 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 = ''; } }