var fDesc=new Array(); fDesc[0] = "SyvirSen comes with an automatic network scanner that detects all of your Windows PCs in your local area network. Network monitoring software monitors each network PC. The agentless scanning means no software agent is needed to be deployed on the target PC. A wide range of hardware details is scanned by SyvirSen.

You can also check each network PC for hardware and component failures. A 3D virtual system is built of the target PC. Components are color coded with status levels of any faults. Click on the component for a granular diagnosis of component status. Invaluable for the system uptime SyvirSen will spot networked PC problems before they become downtime."; 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 = ''; } }