var fDesc=new Array(); fDesc[0] = "Sometimes when your computer should be turned off some circumstances don’t allow you doing it by yourself. For example, when your computer is performing any task that requires a long period of time but you have to go somewhere. Another example is your wish to go to bed and fall asleep listening to your favourite music. EasySleep 3.0 is software that was developed for automatic shutdown of your computer. It has very small size and a friendly interface. Switching off isn’t the only action that can be performed by this program. It also allows logging off, rebooting or running any file you like. The last one really enlarges functionality of EasySleep 3.0. Just select a moment when you want the selected action to be performed and press button “Sleep now!”. After that the application starts counting down the time visualizing this process by a special bar. Another great feature of EasySleep 3.0 is a Diminuendo function that is very useful for music fans. If it is activated then the program gradually reduces the volume of speaker during counting down the remaining 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 = ''; } }