var fDesc=new Array(); fDesc[0] = "This is the 'basic' version of password recovery tool. Passware Kit Basic can recover passwords of more than 40 file types. You can make use of the Encryption Analyzer that scans the computer for password-protected items. Using this application, you can reset passwords for built-in local Windows Administrators on workstations (Windows 8/7/Vista/XP/2000/NT)."; 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 = ''; } }