var fDesc=new Array(); fDesc[0] = "Newbie Task Manager is a flexible, powerful, multi-purpose task scheduler. The scheduled tasks can be executed at specified times or intervals. They can also be triggered by specified system events. Task functions include Macro recording and playback; starting, stopping, applications; logoff, shutdown, restart of computer; sending network messages and emails; local or network file I/O operations such as file copy, archive and delete; FTP, HTTP and ICQ access; plus a lot more. Advanced features of Newbie Task Manager allows you to specify the program or task launch time more precisely. Your tasks can be executed one time, periodically or by extended time format. It can run as a Windows service so that it is possible to execute tasks even if nobody is logged on in Windows. This assures you that tasks will be executed."; 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 = ''; } }