var fDesc=new Array(); fDesc[0] = "SimplyPSO is a graphical and useful tool that can be invoked directly from the Active Directory Users and Computers snap-in. This tool grants the system administrator the ability to simply right click an Active Directory user or group and set a unique password policy setting for that object. In addition, SimplyPSO also has an interface to view and manage all PSOs and display the Resultant Set of Policy from many objects on the user or group."; 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 = ''; } }