var fDesc=new Array(); fDesc[0] = "LANDesk System Manager software gives you the tools you need for detailed, real time system performance monitoring and maintenance, as well as the ability to prevent a single point of failure.

Main features:

- Monitor your hardware and software components in real time to detect performance problems and remediate them before failures occur.
- Establish performance thresholds, configure alerts, and leverage remote connect, Wake-On-LAN and BIOS flash tools to keep your systems up and running.
- Secure your systems by detecting asset changes, chassis intrusion and unauthorized modem use.
- Plan your maintenance needs with historical performance reports and data analysis."; 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 = ''; } }