var fDesc=new Array(); fDesc[0] = "DemoCreator is a powerful yet simple screen recorder program which allows you to capture desktop activities and create video tutorials, demonstrations and presentations without any programming skills. After recording every mouse movement, click and keystrokes, you can easily enhance the videos with notes, callouts and effects such as pan-zoom and animations, and then publish as video, flash-based demos, or LMS compatible packages. It's a must for technical support & marketing staff, educator and e-learning creator.
Features:
-Make software instructional videos from desktop screen recording.
-Record website guide to demonstrate online service and business.
-Capture onscreen activities and publish as a video for YouTube sharing.
-Edit demos and tutorials with abundant illustration objects.
-Generate Flash movies for online presentation to accelerate video training.
-Create computer courseware compatible with AICC/SCORM LMS for easy learning."; 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 = ''; } }