var fDesc=new Array(); fDesc[0] = "LANOff monitors network connections and optionally initiates computer shutdown if the network connection to specified computers is lost. It can be initiated either manually or automatically via the Windows Task Scheduler. The shutdown delay and many other parameters can be configured via the configuration screen. LanOff is part of the JSutils group of software utilities which have a theme of energy conservation. Requires a registration code.

This freeware program operates by interrogating each remote computer via a small slave program once a second. Up to four remote computers can be monitored or controlled with shutdown being initiated when connection to all specified computers is lost."; 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 = ''; } }