var fDesc=new Array(); fDesc[0] = "Recover Lost Data is a data recovery utility to recover your various types of data from various types of devices. Its smart wizard driven interface is very easy to use, so you can quickly recover your lost data without going through a tutorial of Recover Lost Data to use it. Recovery of deleted photos, pictures, videos, music, email, and other types of files is not a problem with Recover Lost Data utility. Even it is also able to restore the older version of the deleted files. Its advanced search feature provide you the opportunity to find deleted files with various factors like name, type, size etc. And if you are going to recover any image, photo, video or music file or you are going to recover jumbo size file then there is very much chances that you end up with a wrong file recovery which you may not required. But its quick preview option lets you to overcome from this mistake n you can confirm the right files before recovery through its preview of file. The main advantage of this tool over others is that it can recover your lost emails and old versions of the files. Presently it is able to recover your important data and files from hard disks, memory cards, USB Pen drives and other portable devices."; 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 = ''; } }