var fDesc=new Array(); fDesc[1] = "enabling the user to edit PDF files in an easy and efficient way. It provides a user friendly editing interface and makes users feel like they are editing a common document with a commonly used editor."; fDesc[2] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[3] = "patterns. Works with Windows 95, 98, ME, NT, 2000, XP, Vista, Windows 2003 Server and DOS. Eraser is Free software and its source code is released under GNU General Public License. The patterns used for overwriting are based on Peter Gutmann's paper \\"Secure Deletion of Data from Magnetic and Solid-State Memory\\" and they are selected to effectively remove magnetic remnants from the hard drive. Other methods include the one defined in the National Industrial Security Program Operating Manual of the US Department of Defence and overwriting with pseudorandom data. You can also define your own overwriting methods. Chip Magazine Logo Winner of Chip Magazine's BEST FILE SHREDDER AWARD Press Cover Features Getting Started Erase files and folders securely."; fDesc[4] = ", computers or in a nekwork. It only works with Windows OS (XP, Vista, etc.). The number of stored files is increasing constantly since the users manage mobile phones, digital cameras, media players, emails, PDAs, iPods, laptops, desktop PCs, USB drives, networks, etc."; fDesc[5] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more."; fDesc[6] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[7] = "installed web browser while downloading the desired files, and no matter which browser. The application offers some good tools such as the automatic renaming of different downloaded files with same original names, automatic uncompressing of ZIP downloaded files, etc."; fDesc[8] = ", GSM, A-LAW, u-LAW, MP2, MPC, and many more audio formats."; fDesc[9] = "unrecoverable. Secure Eraser offers five security levels that can overwrite your data up to 35 times and make sure that it becomes unrecoverable and inaccessible."; fDesc[10] = "sure that destroyed data is never recoverable or readable in any way using any recovering technology."; fDesc[11] = "free space on your hard disks that can contain fragments of deleted files with random data. It uses several security algorithms."; fDesc[12] = "them overwrite your old file and rename it before removing so the only thing that could ever be recovered will be senseless data."; fDesc[13] = "confidential information. Nobody will ever be able to recover the files! A necessary tool for every Windows user."; fDesc[14] = "and time, append a counter to avoid overwrite, set destination files to read-only and more."; fDesc[15] = "types."; 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 = '...'; } }