var fDesc=new Array(); fDesc[0] = "QuickBooks Password recovers lost or forgotten passwords to password-protected QuickBooks files (*.qbw, *.qba). This Password Recovery program can recover almost any lost or forgotten passwords. All you need to do is select a password-protected document and the program will give you the password immediately. The recovery methods off the passwords are: Brute Force Attack, Dictionary Attack, Smart Force Attack, Password Variation and Reset password. All these methods are applied depending on the complexity of lost 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 = ''; } }