var fDesc=new Array(); fDesc[1] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail."; fDesc[2] = "client tool. The program is compatible with Linux and Microsoft Windows and provides data encryption and password security."; fDesc[3] = "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[5] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard."; fDesc[6] = "all the text that you copy from that moment. At any time, you can paste the last clip loaded on the clipboard by simply hitting Ctrl + V, but Clipdiary allows you to browse through everything you have copied, and paste any item anywhere."; fDesc[7] = "is placed on the clipboard, thus allowing you to access to any of them later. The information you can save is any type of information that can be put on the clipboard, like text, images, or HTML."; fDesc[8] = ", ClipMate has transformed into something very close to a word processor. ClipMate hold thousands of clips. ClipMate’s greatest asset is that it saves you time, because with ClipMate you can work on more than one monitor and even more than one PC."; fDesc[9] = "option to try. With this simple yet versatile program you can take screenshots of any area on your desktop, as well as complete windows. The output images can be cropped, sent by email, or saved on your PC easily."; fDesc[10] = "capacity of your clipboard. You will never imagine that the most regularly used copy paste function could also be bundled with a number of functions, unless you use this tool."; fDesc[11] = ", making it very powerful. It has a Windows look and feel making it user friendly. Clips can be retrieved using keyboard, mouse, and favorite clip option, recently used clip option, etc., or using hotkeys. It also has powerful paste and text editing options."; fDesc[12] = "clipboard activity to its database. It can be considered your complete information center rather than a multi clipboard. Once you start using it and you get used to it, you will find it as the best option to perform clipboard activities."; fDesc[13] = "them into other documents. The program features a very simple and intuitive user interface that enables you to work very smoothly and fast."; fDesc[14] = "single click. If you are not sure about what you copied to your clipboard and wants to view it before pasting, then this is the best application for this purpose."; fDesc[15] = "HovText works in the background when it is active, taking care of removing any format out of the clipboard saved documents. It also acts as a very simple clipboard manager, remembering last 10 entries."; 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 = '...'; } }