var fDesc=new Array(); fDesc[0] = "ZIP Password Recovery, an easy, effective and safe program, recovers password-protected plain and self-extracting ZIP archives created with all versions of popular archivers like 7-zip, WinZip and PKZip. Knowing almost all the weakness of encryption types, even the latest encryption technologies, AES encryption used in the recent versions of WinZip, can be recovered. Guarantee recovery of ZIP files in no longer than 1/2 hour with multi-core CPU processing and GPU acceleration."; 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 = ''; } }