var fDesc=new Array(); fDesc[0] = "TimeComX is the automation solution that enables you to plan fast and easy various tasks. Events like processor and network usage, process activity or the end of a defined countdown can shutdown your computer, execute other programs or play audio files.

It can complete various tasks after specified time, by detecting network/processor/input device activity, or changes in process states.TimeComX scans the configuration of your computer every start. If one or more operations are not available, make sure your system supports them, before sending a bug report."; 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 = ''; } }