var fDesc=new Array(); fDesc[1] = "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[2] = "Recycle Bin, the command line window (DOS) or a network share; they can be recovered along with the original folder name and dates even if overwritten by new data."; fDesc[3] = "it also enhances it adding al lot of basic and advanced configuration, visualization and customization options for your home network. Dell Network assistant tries making your home network easier to manage, and it succeeds in many respects"; fDesc[4] = "devices such as USB external drive, flash drive, memory cards, Iomage Zip disks, Mo, Jaz disks, among others. It supports both FAT and NTFS file systems."; fDesc[5] = "File/Open File windows that you get in most applications. FileBox eXtender adds two buttons to the left of the minimize, maximize, close buttons on the blue bar of those windows."; fDesc[6] = "shared resources (files, disks, printers). Helps you find possible information leaks - Freeware!"; fDesc[7] = "Passport account, Windows allows to save a password in order to use it in every time that a connection is made to the remote server."; fDesc[8] = "powerful utilities to scan your system for potential holes. With Security Optimizer you can: Optimize network share resource settings. Optimize network against potential hacker's attack. Scan your system for trojan programs hacker's attack. Scan your system for insecure share resources"; fDesc[9] = "comprehensive set of options grouped in tasks to perform, such as Backup, Cleanup and Synchronization. KLS Backup 2008 costs almost 60 dollars, you can try it for 14 days."; fDesc[10] = "which are violating data access policy of their organization."; fDesc[11] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder."; fDesc[12] = ", Pictures, and URL's. Record Audio and Insert files from other applications such as Spreadsheets and PDF."; fDesc[13] = "Snip-It Pro docks to the edge of your screen, making it easy to use with any IDE or Editor... Using it is easy as drag & drop."; fDesc[14] = "independently via a popup window, a flashing tray icon, Windows NetSend, email or by running a program."; fDesc[15] = "YourFolder also sends email notifications!"; 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 = '...'; } }