var fDesc=new Array(); fDesc[0] = "This program provides the ability to perform any shutdown operation via the command line. Slam can easily shutdown, restart, log off, power-down, suspend or hibernate your computer. Slam can also be used to remotely shutdown other computers, and for shutting down windows automatically at a set time using Windows built in Scheduler. Force can be used to closed crashed programs, plus delayed and warned shutdowns are also supported. Slam is written in Assembly Language for maximum efficiency."; 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 = ''; } }