var fDesc=new Array(); fDesc[0] = "Windows task automator, scheduler, and scripter.
Record tasks for later playback by hot key or on a schedule. Edit recordings with powerful script language. Create exe files from recordings with a single button click.

Recording is as easy as clicking on the record button. Then just perform the actions which you want Phantom to learn. When you're done, click on the stop button and Phantom lets you save the recording in a file of your choice.

You can assign a hotkey by expanding the Phantom for Windows control panel and clicking on the Set Hotkey button. Then you can start playback whenever you press the hotkey combination."; 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 = ''; } }