var fDesc=new Array(); fDesc[0] = "This FREE tool show Group Membership of one specific AD User and export results to a text file. It's extremely easy to use do to it's simplistic design and it's user friendly interface . Guillermo Musumeci is a Windows Infrastructure Architect with 15 years of experience and Passion for designing, building, deploying and supporting enterprise architectures using Microsoft, Citrix and VMware products."; 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 = ''; } }