var fDesc=new Array(); fDesc[0] = "Data Recovery helps you recover files, mails and much more. Has it ever happened that you delete important information by mistake? And you emptied the recycle bin with all the important files within? Well, with Data Recovery you can make these files be recovered and your error be mended. Multiple file types are supported: Compressed files, encrypted files and files from the recycle bin. There are three types of scan, Quick Scan, Full Scan and Guided Scan. In the Quick and Full Scan you will be asked to enter the name of the lost file or just words referring to that file, and automatically the program does the scanning in all the devices available on your PC. But, in the Guided Scan, you will be leaded into the scan step by step. This will enable you to select to recover items from a reformatted drive or from an existing partition. Whatever you choose, you will have to enter the name of the file or part of the name. Click on the Start Scan button and there it goes. Data will be recovered for you. Apart from that, in the Guided Scan you can recover lost mails from the following email programs: Outlook, Outlook Express, and Windows Mail. Again, enter specific text and press the Start Scan button. But this is not all, you may as well recover data from external devices, such as, cds, floppy disk drives, iPods and digital cameras connected to your computer. On top of all this, there is an option which is Advanced scanning. In this option you can look for files on the different categories, Text Search, Areas to scan and Mounted or Unmounted Volume. Once the scanning has finished, you may select to recover all the lost files or just select the ones you want. It is recommended that you preview the results and sort them by date, name, or alphabetical order, which will make it easier for you to recover data if there is a large number of recovered files. Plus, the results can be filtered, in this case if you know the specific name of the file , you enter it in the field that reads Filter Results. At any time, you can cancel the scanning and all the same, the files recovered will be displayed for you to see."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }