var fDesc=new Array(); fDesc[0] = "If you need to create new passwords for many people, large networks or various systems, then you probably don't want to use the names of famous actors anymore or any other easy-to-guess passwords.

AWC Password Generator will help you generate new passwords in bulk. You are able to configure the number of passwords required, the minimum and maximum length, and the characters that must be excluded (for example: exclude i, I, l and o, O, 0). Passwords can be numeric, alphanumeric or both, lower case, upper case or "any case"."; 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 = ''; } }