var fDesc=new Array(); fDesc[0] = "Mail Password is an universal password recovery tool for POP3 email accounts. It recovers all POP3 email logins and passwords stored in your computer by your email software. Virtually all e-mail clients use password caching because it's very inconvenient to enter a password every time you get your mail. This means it is possible to find out a stored email password. The universal solution lies in POP3 server emulation. Mail Password uses this method to recover lost email passwords. Mail Password emulates POP3 server and E-mail client tells the password. As a result Mail Password supports ALL email programs. However there are two limitations, please read carefully."; 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 = ''; } }