var fDesc=new Array(); fDesc[0] = "SecureDoc is a web server security software solution and provides enterprise-class centralized administration and management for SecureDoc-encrypted laptops, desktops and other endpoints.
A powerful enterprise server security console enables the configuration of users, groups and profiles as well as key management.
Secure communication with endpoints through SDConnex enables the implementation, management and support of tens of thousands of users."; 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 = ''; } }