var fDesc=new Array(); fDesc[0] = "Azure AD Connect allows you to quickly integrate on-premises directories with Azure AD and Office 365. Integration makes your users more productive by providing a common identity for accessing both cloud and local resources. In this system, administrators can provide conditional access based on application resource, device and user identity, network location, and multifactor authentication."; 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 = ''; } }