var fDesc=new Array(); fDesc[0] = "Multifunctional password manager with unique capabilities. It allows for secure storage and usage of passwords and any other confidential information. It features secure encryption, a powerful password generator, a comfortable interface, automatic backup, Drag'n'Drop support; it can run from removable media, sort the database contents, add up to 255 additional fields and attach files up to 16 MB to each record - everything you need for comfort and security."; 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 = ''; } }