var fDesc=new Array(); fDesc[0] = "Super Asterisk viewer is a handy program which shows the hidden password on the login dialog or web page or dial-up box(adsl,vpn password), that are covered as the asterisks. It supports FTP password, Outlook password, dial-up network password and IE password. Chrome will show password by itself."; 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 = ''; } }