var fDesc=new Array(); fDesc[0] = "PasswordArmor is a secure password-management system. What sets it apart is the extreme ease of use and built-in security that does not compromise with convenience. PasswordArmor uses the strongest 256-bit AES key approved by the US Government for Top Secret document encryption. PasswordArmor never allows typing of passwords and uses only drag-and-drop visual operations, thus defeating the keyloggers. Passwords are never kept in clear text even in computer memory, providing protection against sophisticated code dumps. Also, a security timer of 5 minutes is not negotiable providing good protection against old fashioned computer hijacking by unscrupulous people."; 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 = ''; } }