var fDesc=new Array(); fDesc[0] = "Steganos Password Manager Free is your digital key ring that helps you to organize, administrate as well as sort your passwords and only accessible with the master password. Steganos security check ensures strong passwords and provides a highly secure encryption that guarantees secure data protection."; 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 = ''; } }