var fDesc=new Array(); fDesc[0] = "Password Angel is a solution to a problem of storage, structuring, and protection of sensitive data. The password manager solves the above mentioned problems in an easy and effective way: Even if the data is lost, a super-secure encryption (AES 256-bit) of the password database makes it absolutely useless to an intruder."; 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 = ''; } }