var fDesc=new Array(); fDesc[0] = "The program is an add-on to the LANDesk Console. It was designed for support engineers to more easily troubleshoot issues.

Main features:

- Error Translator - This converts those annoying 32 bit signed integers to a facility and error code.
- Gatherlogs - It takes a basic configuration file.
- LANDesk Debug Log Enabler - This tool assists you in enabling and disabling debug logging on Core's and Agents, including XTrace logging.
- LANDesk Support Remote Control - This is a tool that automatically connects you to Remote.LANDesk.com, which is the LANDesk tech support teams' Management Gateway."; 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 = ''; } }