var fDesc=new Array(); fDesc[0] = "Active Directory Password Resets are the leading source of service desk calls. Verismic AD Password Reset is a self service password reset tool that empowers end users to control and reset personal passwords without calling the help desk. Using this tool, staff no longer needs to verify employee identity over the telephone for password management; instead, users confirm who they are through challenge questions before they’re allowed to securely reset their password."; 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 = ''; } }