var fDesc=new Array(); fDesc[0] = "SecureSafe Pro Password Generator is a program that creates strong and secure passwords that can be used in email accounts, archives, etc. You can specify the list of accepted symbols and characters by selecting them from the check-boxes. Also, it has the ability to test your passwords display the password strength and entropy.

Free version is limited to 40 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 = ''; } }