var fDesc=new Array(); fDesc[0] = "LEX - The LDAP Explorer is a powerful LDAP client that can browse and search any LDAP directory. By evaluating the directory schema, all attributes of an object are found by LEX - even the system or operational attributes can be displayed. It is helpful when you develop LDAP applications or when you maintain and automate your directory environment with scripts."; 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 = ''; } }