var fDesc=new Array(); fDesc[0] = "PCMate Free Auto Shutdown is free PC shutdown software for automatic PC shutdown, saving energy, time and electricity bills. It meets many needs with flexible options for scheduling automatic shutdown, restart, standby and hibernate, running silently as a tray icon. And all of these actions can be directly performed with customizable keyboard shortcuts. This free auto shutdown tool gives you different ways to schedule the shutdown event for your needs, such as after next/every restart, once, daily, weekly or on a specific date.
Moreover, a countdown timer will remind you to change the operation in time or perform it immediately. Now, you can go to sleep in peace while listening to your favorite music, downloading that huge file or having an installation complete without worrying about shutting down your computer."; 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 = ''; } }