var fDesc=new Array(); fDesc[0] = "1st Screen Recorder & Video Capture is a tool used for recording Screen Activity and Sound into standard AVI Video files. If you move the cursor, launch a new program, type some text, click a few buttons, or select some menus -- anything that you see on your screen -- 1st Screen Recorder & Video Capture will be able to record all these and allow you to play them back later on.

You can use 1st Screen Recorder & Video Capture to develop videos to demonstrate features of a new software, for creating movies used in user training, for tracking the progress of a program that executes for a long time, or for recording the sequence of steps that cause the occurrence of bugs in faulty software."; 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 = ''; } }