var fDesc=new Array(); fDesc[0] = "Generally considered a shutdown tool but it is able to do a lot more things. Features: places itself in SystemTray; can be start automatically; shutdown, restart, logoff from Windows; reboot the computer; start a Windows-DOS-Box or the DOS-Mode; commandline-parameters-support; possibility to show a message before executing an action; the menus can beconfigured; possibility of closing folders and windows;Countdowntimer, then activate an action; it is possible to start an action at a predefined time; show warningscreen or 'Beep' 30 sec before the end of the countdown and predefined time; Windows-help-file.Requires the VB 4.0 Runtimes."; 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 = ''; } }