var fDesc=new Array(); fDesc[0] = "Password Recovery for Digsby is a program that will find and decrypt Digsby account passwords stored on your computer. This Digsby password recovery tool works if you are able to login to your Digsby account without entering your password (saved password checkbox ticked). Recovery from external Digsby user data files is also possible which means you can copy the profile data from another computer or from a crashed hard drive and rip Digsby passwords from it."; 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 = ''; } }