var fDesc=new Array(); fDesc[0] = "Easy ZIP Recovery repairs broken ZIP files and undelete ZIP files. It can undelete ZIP files from healthy and damaged disks, unerase deleted ZIP archives, and restore archives from unreadable disks and memory cards. Easy ZIP Recovery can repair all kinds of ZIP archives created by all popular archivers with all compression settings, and can repair self-extracting archives. The ZIP recovery tool can read the entire hard drive or memory card or USB drive content in order to find, recover and repair all archives in ZIP format."; 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 = ''; } }