var fDesc=new Array(); fDesc[0] = "As a PC user, you will understand the need to keep track of numerous passwords and names, especially if you are also an Internet user. One solution is to write them down or store them on your PC but this is risky. Anyone can read your lists and gain access to your valuable data or even worse, your bank account details. My Password Manager is a password storage program that will relieve you of the password management chore while offering you complete security and peace of mind. Your precious information is stored as encrypted data that only you can access."; 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 = ''; } }