var fDesc=new Array(); fDesc[0] = "KRyLack ZIP Password Recovery is advanced password recovery solution to recover lost or forgotten passwords on ZIP (WinZIP) archives. Features: The program has a convenient user interface; Drag-and-Drop is supported; The program can recover lost passwords on AES encrypted ZIP/ZIPX (WinZIP) archives; Self-extracting archives are supported; Archives created by various software packages are supported; The program is very customizable: you can set the password length, the character set to be used to generate the passwords, mask character, and a couple of other options; You can select the custom character set for brute-force attack (non-English characters are supported); Brute-Force attack; "Brute-force with Mask" attack (with custom mask character) is available; Dictionary-based attack is available Autosave password search state and resume after a stop or a crash; Extract tool for ZIP, RAR and ACE archives. The maximum password length is not limited; CPU Priority control is available; Full Skinning Support."; 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 = ''; } }