var fDesc=new Array(); fDesc[0] = "HTML Password Lock allows you to add password protection to web pages in HTML, ASP, and PHP formats. It works with all web browsers, without installing any additional extensions. Protected pages can also be published to CD, DVD, and other storage media for distribution. HTML Password Lock can manage up to 1000 usernames & passwords."; 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 = ''; } }