var fDesc=new Array(); fDesc[0] = "This is a free password generator for security conscious end-users, web masters and anyone else who wants to protect their documents and accounts with a strong password instead of an easy to crack password using sequential numbers such as «1234», the word «password» or a family or pet name. PassLogic are based on different criteria specified by the user and may contain long strings with combinations of upper and lower case letters, numbers, and special characters."; 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 = ''; } }