var fDesc=new Array(); fDesc[0] = "With this asterisks password viewer tool you can reveal the hidden passwords on password dialog boxes and web pages, that are covered by the asterisks. With Asterisk Password Buster, you can easily reveal lost or forgotten password hidden behind asterisks character and allows you to reveal password saved in various applications: MySpaceIM, AOL Instant Messenger, CuteFTP, CoffeeCup FTP, VNC, IncrediMail, Outlook Express, Outlook, Windows Mail, GroupMail, MSN Explorer, PocoMail, Mail.Ru Agent, VNC, Gizmo5, Evernote, and others."; 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 = ''; } }