var fDesc=new Array(); fDesc[1] = "as well as from portable mass memory units such as Flashcard, Memory Sicks, Camera cards, etc. The application offers selection of drive, type/format of media files to recover (audio, pictures, photographies, movies, video) and the target folder for the recovered files."; fDesc[2] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data."; fDesc[3] = "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[4] = "files that you want to get rid of. It is common knowledge that any file that you delete from your computer could possibly be recovered using a great array of applications. So, when you delete a file, you actually want it deleted for good."; fDesc[5] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[6] = "memory card(s). Its intuitive interface allows you to follow through the process easily. The trial version is limited to recover up to 4 folders on each run."; fDesc[7] = "incredible program can also be used to recover information from Microsoft Exchange ost files and/or convert them into Microsoft Outlook pst files."; fDesc[8] = "applications has a marker is because everyone wants to have some privacy. And the way computers are designed does not precisely allow for that. The files that get deleted on an OS are not entirely deleted and can be recovered quite easily."; fDesc[9] = "recovery softwares. It has a very odd look with no option on its main window. But you can set your security level from its options window. To open its option window you have to double click on its main window. But it is very easy to use."; fDesc[10] = "as: documents, music files, pictures, videos… just about any file that is classified as removable. With this software the stress and worry over lost files is eliminated."; fDesc[11] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover."; fDesc[12] = "possible for people who want to use that information to recover it with the help of certain tools. Zilla Data Nuker helps you destroy and make it impossible to recover that information."; fDesc[13] = "in a snap. The program enables you to either select a file to recover manually or scan your entire computer in search of all Microsoft Word documents."; 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 = '...'; } }