var fDesc=new Array(); fDesc[0] = "Password Sentinel allows you to store your passwords and other data securely. It allows you to sort the passwords either by function (email, ftp) or by server, etc. The program is able to both export the database to various formats such as TXT, XML, CSV and import data from different other formats like TXT files, CSV files etc."; 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 = ''; } }