var fDesc=new Array(); fDesc[1] = "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[2] = ", Music, Animations, 2D/3D Vector Graphics, Documents, Databases, Spreadsheets, Archives, Presentations, Mailboxes, Address books, Windows CE and Palm files and many other formats!"; fDesc[3] = "storage media that was assumed to be lost forever. The Pen Drive Data Recovery software can recover data from media that was re-formatted, attacked by a virus, corrupted, on a damaged system or also files that were accidentally deleted."; fDesc[4] = "storage media. Elprime Media Recovery uses an advanced data recovery technology to access and recover unreadable files"; fDesc[5] = "Photo Recovery will recover lost, deleted and formatted digital photos, audio and video files from all media types."; fDesc[7] = "lost,corrupted or damaged Mp3 files, songs, images, digital pictures and videos from all types of removable media due to human error or any Virus Generated Data Loss."; fDesc[8] = "photos, music and video files from basic format to high-end raw image formats."; fDesc[9] = ", movies, documents, messages, images, audio files, sound tracks and other files from removable devices and HDD with FAT (FAT12,FAT16,FAT32)."; fDesc[10] = "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[12] = ", TIFF, BMP, MOV, MPEG, WAV. Use on Smart Media SD and XD, Compact Flash, Memory Stick, floppy disks, Zip disk, USB drives and hard drives."; fDesc[13] = "operating systems and digital images stored on memory cards, hardware RAID, etc. Supports FAT, FAT32, NTFS and Ext2 file systems."; fDesc[15] = "accurate and fast. Lite for the ease of use, Pro for the demanding user. Unique learning engine for adding new file types. Media recovery."; 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 = '...'; } }