var fDesc=new Array(); fDesc[0] = "Professional program for recovering logon passwords in Windows NT/2000/XP/2003/Vista. This program, which does not require installation, has one of the highest password forcing speeds currently on the market. It supports 6 types of password attack: brute-force attack, distributed attack, mask attack, dictionary attack, hybrid attack and pre-calculated tables attack. The application understands national character sets and properly displays non-latin Windows NT/2000/XP/2003/Vista user names and passwords. It includes additional tools to extract and process encoded passwords."; 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 = ''; } }