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] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem."; fDesc[3] = "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[4] = ", memory card, or digital camera to find lost files. Recover your accidentally deleted files, your formatted hard disk drive ..."; fDesc[5] = "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] = "of lost files from servers, desktops, laptops, iPods etc. This incredible application enables you to retrieve any lost file under any circumstance, such as deletion, system crash, missing drive letters, hidden/lost partitions, virus attack, etc."; fDesc[8] = "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[9] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types."; fDesc[11] = "them more suitable for email, or for any other use. This program can process photos in a batch mode. You can force your images to a specified width and height, and still keep their proportions."; fDesc[12] = "It is a perfect solution for home and business use, amateurs and professional photographers."; fDesc[13] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc."; fDesc[14] = "digital photos, images, pictures and multimedia from all types of digital media including digital cameras, SmartMedia, CompactFlash, Sony Memory Sticks, IBM Micro Drives, Flash cards, harddisk, and others. Supports JPEG, TIFF, PNG, GIF, BMP, RAW Images, Canon CRW, Nikon NEF, Kodak DCR, Minolta MRW, Fuji RAF, AVI, MOV, MPG/MPEG, WAV, MIDI."; fDesc[15] = "any storage device. The program features a very simple and intuitive user interface, specially designed for beginners with a step-by-step wizard that guides you throughout the different steps of the process."; fDesc[16] = "photo. When you convert your photos to CMYK and your colors turn flat and lifeless, use AutoEye to regain what you have lost. If you have an under exposed photo or a photo with details in dark areas, use AutoEye to bring out the hidden detail without blowing out the highlights in your images. Utilizes patented I.V.I.T. (Intelligent Visual Imaging Technology). Improves professional scans from the highest end scanners on the market. Automatic batch processing makes handling lots of images a snap. Scanned images from printed material automatically. Works in any program that supports Photoshop plug-ins including PaintShop Pro, Corel PhotoPaint and Draw, Photoshop 3, 4 & 5 + others."; fDesc[18] = "now integrated into ZAR (version 7.8 and up)."; fDesc[19] = "exponentially, more and more of us are forgoing traditional film cameras for the new generation of digital cameras."; fDesc[20] = "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."; 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 = '...'; } }