var fDesc=new Array(); fDesc[0] = "Auto Shutdown Trigger is a PC auto shutdown software that shuts down the computer when certain condition is met.
Besides working as a computer shutdown timer, Auto Shutdown Trigger can do some special and unique things. More specifically, Auto Shutdown Trigger can

1) schedule shutdown/reboot at specified time point or after given peroid(interval),
2) auto power off/auto reboot when the text on a program's window becomes what you want. 3) automatically shut down/turn off/restart when certain program starts to run or exit. You can specify the program by its name or PID(process id) which can be found in the task manager). Auto Shutdown Trigger keeps monitoring the status of the program and shuts down PC when qualified.

The settings to adjust the interval of checking the text on the window, or the status of the program are also available."; 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 = ''; } }