var fDesc=new Array(); fDesc[0] = "KeyPass is a versatile password manager that types your passwords for you! Unlike other password managers that requires tedious cut-and-paste or drag-and-drop operations to enter your passwords, KeyPass types the passwords for you when a user-defined "hot key" is pressed. As such, it works with any browser or application, including web browsers, terminal emulators and corporate services. You are not limited to Internet Explorer alone!"; 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 = ''; } }