var fDesc=new Array(); fDesc[0] = "Schedule Start Stop is a simple program launcher or scheduler, unlike other program launcher or scheduler,
it not only allow you to start program in certain time,
but also help you to stop it automaticly at a given time .
Schedule a task only need 3 easy steps.
1. select a file,a window, or a process,
2. select a action: start or stop
3. select the fire time
If you have any task need to be auto start and stop at a given time everyday ,let Schedule Start Stop handle it."; 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 = ''; } }