var fDesc=new Array(); fDesc[0] = "KutinSoft Reboot Service is a freeware service designed to reboot a computer remotely or in case of memory overflow.
General service characteristics:
- All aspects of service work can be configurated;
- It is able to follow quantity of free computer memory and to reboot a computer automatically at critical lack of memory;
- It allows to reserve some quantity of virtual memory and free it before computer reboot. As a result, all programs and services are able to finish their works correctly after the computer memory ends;
- It can be managed remotely with the help of any browser. It allows to reboot and shutdown a computer;
- The channel of remote service management can be coded by SSL for protection from data interception."; 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 = ''; } }