var fDesc=new Array(); fDesc[0] = "Mozilla Password Recovery is the program that helps you to reveal the AutoFill passwords for Firefox, Mozilla and SeaMonkey browsers, as well as the account passwords of the Thunderbird mail client. The program traditionally offers you two recovery modes: automatic and manual. With this utility you can also recover user Master Password, view browser Cookies, autocomplete data and URL history."; 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 = ''; } }