var fDesc=new Array(); fDesc[0] = "SDClock is a handy and user-friendly application that allows you to easily program when to power down your computer. The program also enables you to select the power down method including logoff, reboot, sleep, hibernate and shut down. It offers many skins for the digital clock and offers an extensive list of timezones to show in the extension frame that include the local time and whether daylight saving is currently in effect or not. It also includes a powerful alarm scheduler that will help you remember activities and events. The program is fully customizable and sits silently on your system tray, allowing you to command everything from there. You can set the program to show a message or sound before actually shutting down your PC in case your doing something and want to cancel this action. The application can be also used as a powerful parental control tool since you can enable the kids mode that allows you to set exactly the time they can use the computer before shutting it down. It also lets you make a list of the applications that, when running, will not allow the computer to shut down. It supports Windows Vista, 2000, 2003 and XP."; 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 = ''; } }