var fDesc=new Array(); fDesc[0] = "Without automated solutions identity management can be a tedious and resource-consuming task. Proper implementation of manual processes can be error-prone and very resource intensive, leaving no time and resources for other important IT projects. Identity management automation brings convenience, enhanced security, and brings sensible benefits to everyone in an organization."; 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 = ''; } }