var fDesc=new Array(); fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions."; fDesc[2] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs."; fDesc[3] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc."; fDesc[4] = "formated or corrupted from almost any memory card. With this powerful utility you will be able to recover images, videos, data and any other media stored in any of the supported memory cards."; fDesc[5] = "objects, etc. It is possible to save the edited image to a file with any of the most popular image formats. We can surprise our loved one with a perfect family photo album. There is a demonstration panel with 13 short videos showing what the program has to offer."; fDesc[6] = "photos lost because of file system corruption of the storage media, unintentional or intentional formatting, turning the camera off unexpectedly. accidental deletion of files. corruption or damage to the media or other situations."; fDesc[7] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types."; fDesc[8] = "capabilities of the tool will not only help in removing dust, scratches, stains and other defects that appear on the damaged photos but will reconstruct the lacking parts of the photo with the help of the surrounding area information."; fDesc[9] = "It is a perfect solution for home and business use, amateurs and professional photographers."; fDesc[10] = "is the perfect solution. Hetman Photo Recovery has a user-friendly interface, available for novice and advanced users. Just select a drive, press next, select the photo you want to recover, select a location, and that’s it. It has never been so easy."; fDesc[11] = ", damaged, lost, missing images and folders with photos, snapshots, pictures and videos. The program was developed for use with photo media, but also it can be used on fixed drives. So you can restore your media from all hard disk drives and removable media drives."; fDesc[12] = "intentionally deleted or lost photos. Simple and clear step-by-step interface allows you to instantly recover lost or deleted images from your: digital camera, computer, flash card, memory card, mobile phone or any other media or drive."; fDesc[14] = "in a few minutes. This program is extremely easy to use, you just have to press the START button and the program does the rest for you. It scans your entire device and shows the images available for recovery."; fDesc[15] = "damaged B&W and color pictures, remove an unwanted object from a digital one and clean dust and dirt from printed photos. The included video examples show us how to do it."; 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 = '...'; } }