var fDesc=new Array(); fDesc[0] = "Shutdown Timer Express is a handy program to shutdown the OS, turn off, restart, or log off your computer at a time you specify. Great for shutting down your computer after you burn a CD or run a virus scan.
Features: Simple, Full Support, specify exact time for the performing of the selected function, 4 different shutdown options to choose from."; 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 = ''; } }