var fDesc=new Array(); fDesc[0] = "With ShutDown Plus you have the possibility to shutdown, reboot, standby or hibernate your computer, as well as you can log off the current user.

The ShutDown Plus icon creator creates shortcuts on your desktop, so so can execute each task with a single mouse click.

With help of the ShutDown Plus countdown utility you can count down from a specific time to zero. I.e. you can specify that you want to shut down your computer in 3 hours."; 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 = ''; } }