var fDesc=new Array(); fDesc[0] = "works with Windows 95, 98, ME, NT, 2000, XP and Vista
places itself in SystemTray
can be start automatically
shutdown, logoff Windows
reboot, restart the computer
start a Windows-DOS-Box or the DOS-Mode
possibility of closing folders and windows
commandline-parameters-support
show a message before executing an action
full configurable menus
Countdowntimer + start an action at a specific time
show Warningscreen or "Beep" 30 sec before the end of the countdown or seted time
wait until all windows are closed then execute the action
enable/disable FastShutdown in Windows"; 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 = ''; } }