var fDesc=new Array(); fDesc[0] = "Passware Kit Standard recovers passwords for MS Office files, archives, PDF documents, Windows Administrator accounts, email accounts, and other types of files. It can recognize and recover passwords of more than 80 file-types including MS Outlook and Excel. Password recovery process can be accelerated using NVIDIA and AMD GPUs.

Passware Kit is also available in Forensic, Forensic Lab, Business, Standard Plus, and Basic variants."; 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 = ''; } }