var fDesc=new Array(); fDesc[0] = "This program will allow you to fall asleep when you are just listening to your favorite music or viewing evening television shows on your computer.
Specify in what time your computer should turn off and just fall asleep while an evening show, your favorite movie or music is playing.
That is no secret that there is a lot of similar software. But their authors made them too complicated in their effort to add unnecessary features and settings. For instance, would you like either to turn your computer off or restart it? Or maybe you want to turn it off when the usage of the processor will be less than 10%? It is all good for some average people and if you need to turn off your computer before you go asleep, this is the program for you.
How to turn off the computer? Move the slider to the time in which you want your computer to be turned off, click the Start button and the program will start the countdown. The step of the slider is 15 minutes. The minimum and maximum intervals are 5 minutes and 24 hours respectively.

How to cancel turning off the computer? There are two ways to do it. You can either close the program or click the Stop button.

How to close the application? To close the application, use the Exit item in the main menu. When the program is minimized, you can close it using the popup menu opened with a right click on the icon in the system tray.

How to minimize the application? When you click the Close button in the upper right corner, it will be minimized."; 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 = ''; } }