var fDesc=new Array(); fDesc[0] = "iCare Data Recovery Standard can be used to restore deleted files. It can also recover files from formatted hard drives, memory cards, mobile phones, USB drives and any other drive that can be read by the computer. The application supports EXFAT, NTFS, and FAT file systems.

The Standard version supports volumes of more than 3TB and RAID volumes. It can also work with drives without a file system, or RAW volumes."; 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 = ''; } }