var fDesc=new Array(); fDesc[0] = "Computer management via Computer Properties Window Windows services Start/Stop/Pause/Resume, uninstalling software, observing remote processes with ability to end process, applying power options. Instant execution of certain actions on multiple computers.Ability to use Remote Desktop Client via ESM Console.Simplified Agent update/uninstall procedure. Enhanced power control operations (hibernate, standby, shutdown).Task execution progress monitoring. Interactive graphical diagrams on the dashboard."; 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 = ''; } }