var fDesc=new Array(); fDesc[0] = "AutoTurnOff helps to shut down computer at specified time even if no one is logged in.

It is ideally suited for people who forget to turn off their computers on the weekends.
It is suited for people who want to turn off computers at specified time every day/week/month.

Main features:

- Helps to shut down computer at specified time.

- Helps to restart computer at specified time.

- Helps to log off computer at specified time.

- Helps to hibernate computer at specified time.

- Can be run even if no one is logged in.

- Can be run in the background.

- Supports Windows 7, 2008, Vista, 2003, XP, 2000."; 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 = ''; } }