var fDesc=new Array(); fDesc[0] = "Quick Data Recovery Pro is truly file recovery software for everyone! Easy to use, transparent and with powerful file recovery options. Download it now, and recover lost and accidentally deleted files instantly!

The data recovery process is very safe, as it is non-destructive, using read-only operations on the disk or memory device. This way many recovery attempts are possible, and the original data on the disk is never affected."; 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 = ''; } }