var fDesc=new Array(); fDesc[0] = "ShutdownTimer is a great utility that was developed for automatic termination of Windows sessions. It can reboot and shutdown your computer or just log off. The program’s main window contains a range of settings for performing these tasks. Using these settings you can customize application’s performance according to your wish. Each combination of settings can be saved as a shutdown program. You can save ten shutdown programs. It is very useful, because you don’t have to change settings very often. Each program has its number and if shutdown programs have similar parameters of settings then the program with a higher number has higher priority. You can also activate the option of forced shutdown. It makes sure that all running applications will be finished without making shutdown process impossible. The program is light-weight and has simple system requirements. It runs in your system tray and doesn’t slow down the computer’s performance. You can find all required information about all its’ features in a detailed user guide."; 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 = ''; } }