var fDesc=new Array(); fDesc[0] = "Advanced Task Scheduler Professional provides a complete solution for automating and scheduling numerous types of tasks on your computer. Whether you need something to automatically send out email alerts at specified intervals or you need a program which carries out backup and maintenance tasks for you, this solution can easily do that and much more. Unlike the basic Windows Task Scheduler, Advanced Task Scheduler Professional allows you to do far more than just automate the launch of various applications and certain types of scripts. This software allows you to run Python or Perl scripts using the built-in interpreter without having to have Python or Perl even installed on the computer. You can schedule many other events such as batch files, emails, various system operations and much more. Tasks may be automated by time to carry them out or by system events or a mixture of the two."; 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 = ''; } }