var fDesc=new Array(); fDesc[0] = "ServiceCommander allows you to take full control of your windows services.
ServiceCommander is a free utility that helps you to take control of your important Windows Services. Easily start, stop, or restart selected services on any computer on your network, all conveniently from the Windows Taskbar.

Features:

- Start / stop / restart your important services easily from the Windows Taskbar ("system tray")
- Quickly discover if your important services are running
- Assemble a set of services from any computers on your network - local or remote
- Manipulate all services as a group
- A friendly alternative to the Windows Service Control Manager (SCM)
- Avoid having to rely on the net.exe and sc.exe utilities at the command line"; 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 = ''; } }