var fDesc=new Array(); fDesc[0] = "Ilium Software PassBuilder is a free password generator that eliminates the need for constantly trying to invent new passwords, and is available for download onto your Windows PC.

PassBuilder does all the work for you! Just specify the criteria for your password to meet, and a unique password will be generated by the program."; 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 = ''; } }