var fDesc=new Array(); fDesc[0] = "SmartDeviceMonitor for Admin is a Windows utility software that simplifies all aspects of installation, monitoring, and management of network devices.

SmartDeviceMonitor for Admin tells you precisely what printers are available, how they are configured, even toner and paper levels.

Note:

1. Our device monitoring software has been renamed from SmartNetMonitor to SmartDeviceMonitor.
Operation of SmartDeviceMonitor is the same as SmartNetMonitor. In case you already have SmartNetMonitor installed in your PC overwrite it with SmartDeviceMonitor, software settings and log data will be carried over.

SmartDeviceMonitor for Admin - is a neat little tool that enables you to manage and monitor network devices."; 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 = ''; } }