var fDesc=new Array(); fDesc[0] = "KRyLack Password Recovery is a program to recover lost or forgotten passwords to files of the following types: ZIP, RAR (including v3.x, SFX, multi-volume and archives with encrypted filenames) and ACE archives.
KRyLack Password Recovery gives you all of its important password-cracking settings in one window. There you can choose which characters to use and in what combinations."; 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 = ''; } }