var fDesc=new Array(); fDesc[0] = "Enterprise Password Safe is designed to solve the problem of password management, protection, and access auditing in multi-user, multi-system environments. This tool secures data using a multi-layered combination of encryption algorithms and provides access controls at the group, user, and network levels. The EPS logs privileged operations and provides real time email alerts of notable events."; 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 = ''; } }