var fDesc=new Array(); fDesc[0] = "Password Depot helps to organize all your passwords, credit cards, software licenses, RDP connections, and other information. Its integrated Password Generator can also create uncrackable passwords, that can be used to register on websites. Password Depot contains a list of warnings which always keep an eye on your passwords' security. For instance, the program warns you in case you use the unsafe FTP protocol and in this case advices you to use SFTP instead."; 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 = ''; } }