var fDesc=new Array(); fDesc[0] = "RVL Password Generator can generate millions of unique passwords in a matter of seconds. It ensures that the passwords are completely random and cannot be guessed by hackers. This program gives the possibility to customize the format of the passwords any way you want and offers you a wide range of export possibilities."; 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 = ''; } }