var fDesc=new Array(); fDesc[0] = "ScriptLogic Desktop Authority Password Self-Service provides users and help desk support personnel with the ability to easily and securely manage their passwords, thus eliminating the need for assistance from high-level administrators, and reducing help desk workload. This solution offers a powerful and flexible password policy control mechanism that allows the administrator to ensure that all passwords in the organization comply with the established policies. ScriptLogic Desktop Authority Password Self-Service works with Windows 2000, and 2003, and Windows 2008 domains, including domains operating in mixed mode."; 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 = ''; } }