var fDesc=new Array(); fDesc[0] = "Gogostop – Scheduled Task Manager is a scheduler application to execute programs automatically. The programs that can be executed include windows shutdown, logoff and restarting windows. GoGostop can have many programs to be listed for execution at the same time. GoGostop has been developed as multitasking software capable of multiple threading the application for faster execution. Gogostop can be set to lock the workstation at particular time. Batch files, executables and MS-DOS executables can be scheduled to execute a particular time. There is also a provision to include a stop time for tasks that take longer to execute to prevent it from interfering with other operations. Scheduling activity can be done in terms of any day or specific time period like week or month.

File size is small and helps in relieving the user from tracking important tasks like backups, uploads, disk cleanups etc essential for any office pc for regular maintenance. GOGoStop interface provides a similar windows program look and feel depending on windows functionality for its execution. Forum help is available for any issues encountered during installation."; 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 = ''; } }