var fDesc=new Array(); fDesc[0] = "The most fluent Windows timer for automated functions.
Puts you in charge of your system schedule, you may leave your system running with no worries
and now added with new features for monitoring network activity and computer idle time.
Timepad :
- advanced monitoring for network activity
- advanced computer idle timer
- alert notifications sound alerts
- UI and introduction to panels
- customizable settings
- run programs or files after countdown
- command line arguments"; 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 = ''; } }