var fDesc=new Array(); fDesc[0] = "Passware Kit Standard Plus is a comprehensive tool that recovers passwords for MS Office files, archives, PDF documents, Windows Server Administrators, financial databases, email accounts, and other. The program uses advanced password recovery attacks: Dictionary, Xieve, Brute-force,Known Password/Part, Previous Passwords, and their combinations."; 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 = ''; } }