var fDesc=new Array(); fDesc[0] = "Don't Sleep is a small portable program to prevent system shutdown, standby, hibernate, turn off and restart. Especially when old Programs run on Windows-10 or Windows 8.1 / 7. Here are more aggressive power-saving features with new rules. But not only that, it also prevents login off the computer and the deactivation of the monitor or activation of the screen saver.

Of course, you can also manually disable all the options and then activate again, but with Don't Sleep one can save now many hand moves and also save time! And it's easier than ever. Apart from the fact Don't Sleep has a timer that allows time control unblock, or shutdown the computer for a specified time."; 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 = ''; } }