var fDesc=new Array(); fDesc[0] = "ShutdownTray 1.3.2 allows quick and easy access to all of your system's power options (shutdown, restart, standby, log off, and more). It allows you quick access to shudown, restart, standby, hibernate, log off, turn off monitor and trigger the screen saver-you can also force a shutdown and a restart. Version 1.3.2 fixes an issue with confirmation for restart being asked in some cases when confirmation was turned off.

ShutdownTray is freeware, and requires the Visual Basic 6.0 runtimes (MSVBVM60.DLL) and the Microsoft Windows Installer (Preinstalled with Windows 2000, Me, and XP, instructions at http://www.victechsoftware.com/shutdowntray.html) to install."; 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 = ''; } }