var fDesc=new Array(); fDesc[0] = "Atomic Miranda Password Recovery is a password recovery tool designed for Miranda im client users to restore their instant messengers passwords.
If you are a Miranda instant messenger client user and you have set it to verify your instant messengers (IM) login data automatically, then your Miranda will log in to your IM accounts automatically each time you run 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 = ''; } }