var fDesc=new Array(); fDesc[0] = "Lepide Active Directory Self Service (LADSS) is a web-based Active Directory self-service solution, which allows end users to reset password, unlock account and update personal information in the Windows Active Directory. Alternatively, domain users can also authorize co-workers to perform these tasks in their absence; thus, completely eliminating the need to call or raise IT tickets to system administrators or help desk personnel for password/account management tasks."; 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 = ''; } }