var fDesc=new Array(); fDesc[0] = "Account Lockout Examiner for PowerShell is a set of Windows PowerShell cmdlets that lets administrators automate the detection and resolution of account lockouts. Administrators can now identify account lockouts, examine the most likely causes for account lockouts, and unlock accounts directly from scripts developed using the product. The product provides a very simple set of cmdlets in order to simplify the basic aspects of account lockout troubleshooting by leveraging Windows PowerShell(TM)."; 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 = ''; } }