var fDesc=new Array(); fDesc[0] = "Firefox Password Recovery is a program that allows you to easily see the actual passwords that are stored by Firefox / Flock / SeaMonkey, and regain access to all the saved login information (including the website, username and password), and even decrypt passwords protected with a Master Password. You can also recover saved email passwords from Thunderbird."; 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 = ''; } }