var fDesc=new Array(); fDesc[0] = "Quick Recovery for Windows is an app which recovers lost/deleted data from FAT and NTFS file systems and other storage media such as pen drive etc. It is a Windows partition recovery program which also supports all variants of Windows operating systems. Quick Recovery's unique Guided File Excavation Technology (GFETCh) helps in locating files and folders lost behind in overwritten partitions too."; 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 = ''; } }