var fDesc=new Array(); fDesc[0] = "HTMLock is an HTML protection software.
With this tool you can encrypt HTML pages to place them on your web site, CD/DVD, or hard drive. You can password protect HTML and text files.
The program is based on JavaScript, so it works virtually anywhere. The user-friendly wizard helps you to encrypt HTML and text files in just a few clicks."; 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 = ''; } }