var fDesc=new Array(); fDesc[1] = "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[2] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[3] = "screen, an application, an active window or even a particular area of the screen. You can perform the capture from the application interface itself or by using different combinations of keys. The program is also capable of adding a number of interesting effects."; fDesc[4] = "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[5] = "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[6] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!"; fDesc[7] = ", then you should go for Uconomix SnapLogger. Uconomix SnapLogger is computer activity logging application which periodically takes screenshots of your computer. It is a very useful utility to keep track of daily activities especially dealing in time based projects."; fDesc[8] = "comfortable way. When you launch the program, you will see a tiny main window, which contains everything you need to take the screenshot you need."; fDesc[9] = "available in mostly screen capturing tools. With Solid Capture you will have the power to capture a single pixel of color to full screen. It is not limited to single screenshot as you can take multiple screenshots of full screen."; fDesc[10] = "windows, programs, websites and regions of your computer screen. This is a professional application that comes with a lot of features but it is not difficult to use because of its friendly interface."; fDesc[11] = "use. There are many applications like this and most are even inbuilt with Windows. However, this one has some nice features that I would like to share with you. As many others, ZScreen allows you to take screen captures of your whole screen or a region of it."; fDesc[12] = "screen to a JPG, GIF or BMP file by pressing a hotkey. This incredible program sits in your system tray and allows you to easily redefine hotkeys, capture active windows, and copy the captured screenshots to the clipboard."; fDesc[13] = "tray and save them to various file formats. This incredible program is the ideal tool to create and then share screenshots over the Internet or do whatever you want with them."; fDesc[14] = "screenshots with a high quality level. This program will save you a lot of time, and it is pretty much precise and easy to use."; fDesc[15] = "screenshots. This software does not contain any other extra and confusing options and tries its best to keep the task of capturing screenshots simple and fast."; 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 = '...'; } }