var fDesc=new Array(); fDesc[0] = "With Password Kernel you can securely save and manage your password information. Seven levels of encryption makes sure that your password information is safe. It offers fast access to your passwords when you need them. It automatically launch login web sites. It stores notes with your passwords."; 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 = ''; } }