var fDesc=new Array(); fDesc[1] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities"; fDesc[2] = "enables you to take lots of screenshots with minimal intervention, thus saving you valuable time. It also features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze."; fDesc[3] = "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[4] = "images from your full screen or from a specific area to edit them using the brush of different thickness or insert text in rich format. In both cases, it allows you to control the opacity of the marks."; fDesc[5] = "capabilities to transform the whole screen, the active window, or a selected area, into text, an image, or a table. All of these can be automatically stored in your clipboard for later use, while text and tables can also be exported to Word, Excel, RTF, CSV, or TXT files."; fDesc[6] = "your present screen. It is easy to use and even provides you with complete automation for each process. No nag-screens, includes cursor capturing."; fDesc[7] = "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[8] = "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[9] = "create annotations on them. This incredible program enables you to take lots of screenshots with minimal intervention, thus saving you valuable time. It also features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze."; fDesc[10] = "program enables you to capture any part of the screen as you want (windows, regions, controls and more). It also supports capturing cursor, long scroll window and timer-activated capture."; fDesc[11] = "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[12] = "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[13] = "information about a remote Windows PC on the network. This incredible program provides useful information about hardware, installed software, network configuration, shares and printers, users and much more."; fDesc[14] = "Internet users do not know how to configure their router or firewall in order to use applications like Peer-to-Peer file sharing (PtoP), Internet Games, Web serving, FTP serving, among others."; fDesc[15] = "piece of software, you can capture all or any selected part of the computer screen. Make screenshot with just few clicks and save it in jpg file formats."; 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 = '...'; } }