var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = ", memory card, or digital camera to find lost files. Recover your accidentally deleted files, your formatted hard disk drive ..."; fDesc[4] = "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[5] = "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[6] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types."; fDesc[7] = "you through the process. You can detect and recover all your deleted image files by following three simple steps: exploring the drive, selecting the files you want to restore, and saving the recovered files."; fDesc[8] = "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[9] = ", 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[10] = "The program enables the user to resize, rotate, convert, resize and change brightness and contrast of images by just dragging and dropping them."; fDesc[11] = "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[12] = "recover your images from media that has been formatted*. (*Some camera models excluded)"; fDesc[13] = "photos, music and video files from basic format to high-end raw image formats."; fDesc[14] = "Recall DRS is a great solution, which enables the user to recover all the lost data. Irrespective of the fact whether the data was lost by unintentional deletion, or corrupted due to hard drive problems."; 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 = '...'; } }