var fDesc=new Array(); fDesc[0] = "Protected Passwords allows you to store all your passwords securely, and access them whenever needed. The storage file is encrypted by a password you specify (the default password is 'password' until you change it). Protected Passwords is a 'widget type' app that resides on your desktop. It allows you to add, edit, and view your username and passwords as long as you have passed the password challenge."; 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 = ''; } }