var fDesc=new Array(); fDesc[0] = "ShutDownOne runs in the system tray and allows you to quickly shut down Windows. You can choose from a full shutdown, reboot, log off, power off and also lock the work station, activate hibernate. Any operation can be executed as an emergency (force) shut down. In addition, you can perform scheduled shutdowns, no-activity action and more. Additional features include optional user warning and password protection, deleting a IE temporary files,typed URLs, cookies, IE history and more."; 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 = ''; } }