var fDesc=new Array(); fDesc[0] = "Password Recovery Toolbox for Outlook is a tool for recovering forgotten or lost passwords to e-mail accounts and accounts of LDAP services used by Microsoft Outlook. The application also recovers Outlook passwords to password-protected Outlook data files (.pst files) where user data is stored (contacts, e-mails, appointments and so on)."; 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 = ''; } }