var fDesc=new Array(); fDesc[0] = "This software allows you to capture any kind of visual activity on your computer screen in to an AVI video stream. You can choose different codecs for video compression and many other options for audio stream.

Main Features

- It includes all the features of Rapid Screen Capture software.
- Rubber band selection of desired area for video capture.
- Choose any installed codec for video compression.
- Third party codecs supported.
- Choose compression quality.
- Record audio in mono or stereo mode.
- Select audio parameters.
- Include cursor in captured video.
- Optional audio recording with video.
- High quality video captured.
- Automatic frame rate selection."; 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 = ''; } }