var fDesc=new Array(); fDesc[0] = "Checklan Central Admin is the easiest and powerful way to inventory all your Windows domains. You can reports all your inventories in one click, filter them, export to Microsoft Office.You can inventory Operating Systems, all Disks on your networks, enumerate local users and groups on each server or workstation and much more"; 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 = ''; } }