var fDesc=new Array(); fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[2] = "enjoy high-quality multichannel sound, high-definition video quality and convert both live and prerecorded audio, video, and computer screen images to Windows Media Format for live and on-demand delivery."; fDesc[3] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price."; fDesc[4] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games."; fDesc[5] = "active presentations."; fDesc[6] = "of your screen at any given time. Windows already comes with a capture utility, and newer versions of Windows come with the Snipping Tool, which is great. But many features are not as good as you'd want them to be."; fDesc[7] = "pieces, combine various videos, incorporate background music, sound effects and voice utilities and many more, in just 3 steps."; fDesc[8] = "tiny yellow window that contains all the information required to get the most out of its features. The Capture item allows you to chose between different capture modes."; fDesc[9] = "tutorials, presentations and much more. BSR Screen Recorder enables you to record a complete screen, a selected window or a region on your screen. You can record audio along with the video using a mic."; fDesc[10] = "and save them into an AVI file. When using this program, you will be able to record your cursor's movements and narrate the actions you are taking by using a microphone."; fDesc[11] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc."; fDesc[12] = "perform (except by the lack of sound recording, available only for the Pro version). This software can save avi video files only. It works smoothly and uses a reasonable amount of resources. The quality and size of the resulting video is moderately good."; fDesc[13] = "image, you can record the whole screen into video using this little program. The program is very useful to create video tutorials."; fDesc[14] = "viewing. This tool comes in handy when one has to repeat a set of activities. The recording feature of the tool captures both audio and video. Recordings can be made in WMV & AVI format, which are supported on all media players."; fDesc[15] = "detail that you see on your screen. It also records sounds from a connected microphone, which can be very useful while making presentations. Even the sound played through the speaker also gets recorded."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }