var fDesc=new Array(); fDesc[0] = "HTML Password Wizard can encrypt and password protect web page, html page and whole website in minutes. It uses strong standard encryption algorithms to encrypt the web pages with password, and the password will not be stored in the encrypted web pages.

This program can protect multiple web pages and visitors need to login only once. You can encrypt and password protect web pages with single password or multiple user names and 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 = ''; } }