var fDesc=new Array(); fDesc[0] = "PasswordVaultTM is a powerful password and textclip manager which automates web logins and helps you manage your passwords, web bookmarks and textclip library across multiple computers. The Lite edition of the program supports up to 25 services and it works with all web browsers on all platforms."; 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 = ''; } }