var fDesc=new Array(); fDesc[0] = "Password Creator 3 helps you create passwords that are difficult to guess, crack and are more secure.
Password Creator allows you to specify the type of characters to use when creating passwords. Gives you the option to create fixed or variable length passwords. Create any where from 1 to 10000 passwords at a time."; 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 = ''; } }