var fDesc=new Array(); fDesc[0] = "DirectShutDown is a free, commercial-quality uitlity for easier ShutDown, Restart, Log Off, Lock, StandBy or Hibernate your PC.

When DirectShutDown is running, icon appears on the taskbar on the end opposite the "Start" button. You can choose action you need just click it with the right mouse button to view the context menu. You can set a keyboard shortcut for any action - shutdown, reboot, hibernate, standby, lock, logoff.
Also, DirectShutDown will automatically terminate applications if they are not responding making shutdowns both quicker and safer.
Quickly shutdown, reboot, logoff, hibernate, standby or lock workstation by clicking program's icon in the system tray or by pressing a defined hotkey.

DirectShutDown also allows you to skip shutdown screens."; 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 = ''; } }