var fDesc=new Array(); fDesc[0] = "MD5 Salted Hash Kracker is a free tool that helps you recover your lost password from the salted MD5 hash. The program uses the dictionary-based cracking method, which makes the cracking operation easier. By default, a small dictionary file is included, but you can add other collections of password dictionaries. The program displays detailed statistics during the cracking operation, generates an MD5 Hash password recovery report in HTML/XML/TEXT format, and more."; 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 = ''; } }