var fDesc=new Array(); fDesc[0] = "ZIP RAR ACE Password Recovery is advanced software to recover lost or forgotten passwords on ZIP/ZIPX, RAR and ACE archives. Features: The program has a convenient user interface; Drag-and-Drop is supported; RAR Archives (All versions including v3.x) are supported; RAR Archives with encrypted Filenames supported; Multi-volume RAR archives are supported; ZIP Archives support; AES encrypted ZIPX (WinZIP) support; ACE Archives support; 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; The "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. Auto Update tool automatically downloads and installs new versions of ZIP RAR ACE Password Recovery"; 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 = ''; } }