var fDesc=new Array(); fDesc[0] = "Shutdown, restart, standby, hibernate, Log Off, and Lock Workstation at any specified Date or after specified period of time.
Clear Windows 7 Jump Lists History.
Power-On from Standby( S3 ) or Hibernation ( S4 ) at any specified Date or after specified period of time.
Customizable Wake-Up Alarm clock functionality, with the ability to change the Tone and the Alarm duration.
Delete your Internet Explorer/Firefox/Opera/Chrome/Safari private data with just a few clicks.
Delete Java, Adobe Flash Player temporary files.
Make your life more comfortable by turnnig the Display( Monitor ) Off/On at any specified Date or after specified period of time.
Launch media files, scripts, internet shortcuts and Dialup shortcuts at any specified Date or after specified period of time.
Different Tray Icons depending on program state."; 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 = ''; } }