var fDesc=new Array(); fDesc[0] = "Passware Kit Professional is a program designed to recover lost passwords for various applications. It can recover passwords for MS Office files, Acrobat documents, Quickbooks and MS Money databases, email accounts, network connections, Zip and Rar archives, local Windows Administrators, and more. For non-instantaneous password recovery processes, 8 different attack types can be set up using a wizard or drag and drop attacks editor."; 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 = ''; } }