var fDesc=new Array(); fDesc[0] = "VIPRE Password Vault helps you securely manage all your passwords without the hassle of writing them down or storing them on a spreadsheet. It works with major browsers and makes your passwords available to you when accessing an online account, no matter which browser you used to create a password account. Also, the program has a password generator feature that offers flexibility and supports 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 = ''; } }