var fDesc=new Array(); fDesc[0] = "netSupervisor is a powerfull network analysis tool, that shows in graphically the status information of every machine. It will also alert you about network errors by differents methods.

It combines in a single application a large amount of network monitoring tools, without neglecting the simplicity of a user-friendly environment with a user-friendly interface.

With this program you can design, manage and monitor any network in real time, including networks through the Internet. Having multiple network management tools assembled in a single software package leads to a considerable saving of time.

It is a Multithreading application, which allows you to use all the available tools at the same time. netSupervisor can supervise any machine connected to a network with an IP address, from a server to a security videocamera. This software has been specifically designed for network administrators, although many of its functions make this program suitable for a vast majority of single computer users connected to the Internet."; 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 = ''; } }