var fDesc=new Array(); fDesc[0] = "Complete and capable card recovery software for rescuing files under almost any conditions including: accidentally deleted files; damaged or formatted hard drive; lost/deleted partition; photo or video lost from memory card, or camera; file lost from mobile phones, etc. Load Previous Scan Result Support Windows Dynamic Disk Volume Recover data from both local drives and mobile storage devices Recover documents, emails, photos, videos, audio files, digital camera raw format and more Lost File Recovery Module: Recover deleted files or recover files from damaged partition, reformatted partition, raw, unformatted partition etc. Scan Result List Module: It's well order all your scan result, you can select one to recover the files without rescan the partition. it can save you times."; 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 = ''; } }