var fDesc=new Array(); fDesc[0] = "HTML Protector is a tool that helps you protect the content of your web page by preventing others from viewing your source code.

Additionally, it will stop spam robots from extracting email addresses from your pages as well as prevent people from using automated downloader's to download your entire web site to their hard drive.

HTML Protector offers three JavaScript based encryption methods to choose from and a variety of other features like right click disable, printing disable, password protect your pages, insert copyright information and more!

HTML Protector will meet all your web page protection needs -- compared to similar products currently available, HTML Protector contains features that you will find far superior."; 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 = ''; } }