var fDesc=new Array(); fDesc[0] = "Password Restore is a password-recovery program that shows the passwords and other email account details for the following email clients: MS Outlook Express 5.5, 6.0; MS Outlook 97, 98, 2000, 2002, XP, 2003, 2007; MS Windows Mail; MS Live Mail; Incredimail, and Thunderbird 2.0.0.x."; 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 = ''; } }