var fDesc=new Array(); fDesc[0] = "Auto Shutdown Free is handiest, newest software to help you automate shutdowns, countdowns, restarts, hibernates, sleeps, power on, power off, log off, locks, turning off the monitor all at schedule times you specify. Plus it has these added options to shutdown the computer if idling, the ability to play tunes and videos, display countdowns, files, URLs, and reminder messages, kill running programs, allowing for multiple tasks, with tutorials, all features usually only found in the high price shareware shutdown programs. It even gives you the ability to automatically delay events if downloads or if key programs which you specify are running."; 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 = ''; } }