var fDesc=new Array(); fDesc[0] = "Enterprise SSO Manager is an organization-wide Single Sign-On software solution enabling end-users to log in just once, after which access is granted automatically to all the authorized network applications and resources.
Enterprise SSO Manager takes over the log-in process further and initiates an automatic log-in to all the applications and systems to which the end-user has access."; 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 = ''; } }