var fDesc=new Array(); fDesc[0] = "SterJo Mail Passwords can recover forgotten email passwords of Outlook, Gmail, Yahoo, Hotmail, AOL, GMX, Zoho, Yandex, and other services. It supports the common web browsers like Chrome, Firefox, Internet Explorer, and Opera. This program has a simple interface where password scanning is done with a single click. All previously saved mail passwords are displayed in a list.

This tool can only recover mail passwords if they were previously saved and stored by web browsers or MS Outlook."; 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 = ''; } }