var fDesc=new Array(); fDesc[0] = "A end user tool to query user information and group memberships in Active Directory. The tool offers a simple interface with a login side where you can access your data without opening another application. The application is free and open source and can be distributed without any limits."; 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 = ''; } }