var fDesc=new Array(); fDesc[0] = "Right Click Tools is a client for small environments with simple networks to allow the management of devices from the ConfigMgr Console. It was built with Client Actions, Client Tools, Console Tools and User Tools in one place. It allows administrators to interact with client computers without having to navigate outside of the ConfigMgr interface, perform actions that are not accessible from within the console, perform various Active Directory functions on specific users."; 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 = ''; } }