var fDesc=new Array(); fDesc[0] = "Advanced HTML Encrypt & Password Protect allows you to encrypt HTML pages with strong encryption algorithms and protect them with a password. The program will prevent anyone from viewing the source code or stealing your art work. Encrypted pages will have the same look as the original ones and can be viewed in all modern web browsers.

It offers three encryption schemes including Simple, Medium and Strong encryption. The program provides the user with a wide variety of other security-related options such as disabling the right-click or screen printing, inserting copyright information and many more.

This utility can stop spam robots from extracting email addresses from your pages. Additionally, it can prevent people from using automated downloaders to save your entire website to their hard drive.

Advanced HTML Encrypt & Password Protect is a sure way to prevent others from viewing and reusing your webpage source code. You can encrypt your HTML source code, JavaScript, VBScript, external JavaScript files, css files, texts, links and images, thus protecting your hard work and unique design on the Web."; 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 = ''; } }