var fDesc=new Array(); fDesc[0] = "Email Password Recovery Master lets users recover email account passwords that have been cached by popular email clients. It provides a friendly interface that makes password recovery very simple. Basically, users will only need to start the program and it’ll retrieve passwords automatically and display them instantly. With a unique recovery algorithm, Email Password Recovery Master is able to recover all passwords, regardless of their length or complexity. Passwords written in foreign languages are recoverable too thanks to the multilingual passwords support."; 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 = ''; } }