var fDesc=new Array(); fDesc[0] = "Easy Archive Recovery is the real panacea to the problem of corrupted and damaged archives. It repairs the broken structure, restoring data inside. It’s a complex solution for both ZIP and RAR archive repair. Erased, deleted files, even those shift-deleted from the Recycle Bin can be recovered. Most compression tools are supported, such as WinRar, 7-Zip, RAR and other. Self-extracting archives and large archives are supported as well. With Raw Search technology, the program finds and restores broken archives even on severely corrupted hard drives, memory cards or flash disks and recovers maximum possible data."; 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 = ''; } }