var fDesc=new Array(); fDesc[1] = "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[2] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; 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] = "active presentations."; fDesc[5] = ", there are many other uses for it, screencasting being the most notable of them. Debut allows you to record your screen as if you were recording a webcam feed."; fDesc[6] = "sent to the printer, or saved to disk as a file in 6 different graphics file formats . Gadwin PrintScreen can capture the entire Windows screen, the active window, or a specified area."; fDesc[7] = "annotation, arrows and other objects to create professional screenshots for inclusion in online tutorials, Word documents, manuals, promotion material, presentations, websites, emails and so on"; fDesc[8] = "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[9] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2."; fDesc[10] = "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[11] = "program has the ability to capture the full screen, an active window, an active window client, or any part of the screen in the form of a rectangle, square, ellipse, circle or polygon in a snap."; fDesc[12] = "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[13] = "including full screen capture, region capture, window capture, scroll capture, directx capture, video screen capture, sound record and etc."; fDesc[14] = "seconds. The program includes three capture modes: a window or menu, a free region or a fixed sized region. In the latter you can select the exact width and height of the region."; fDesc[15] = "image, you can record the whole screen into video using this little program. The program is very useful to create video tutorials."; 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 = '...'; } }