var fDesc=new Array(); fDesc[0] = "TGrab is a new type of "image grabber", a utility to take snapshots of either your full windows desktop screen or the active window. It can not only take screenshots in a manual mode (like most others), but also in a timer automated mode.
You can actually configure TGrab to take a picture at a preferred timer interval, either during a time limited session or until a quantity of images is reached (or both). If preferred, it can even run totally invisible and/or close itself when the task is completed.
TGrab runs in the background, while you are using the program from which you want to obtain pictures. At every snapshot command (whether invoked by the timer mode or manual) the active window (or full screen) is captured and saved to a disk file (in either a .jpg, .bmp, .wmf or .emf format), using a sequentially numbered filename (as in "MyFileName(##).bmp"). You don't need to do ANYTHING about this process, it's fully automated.
If you feel the need to do so, than you can process these image files afterwards in your preferred image editor."; 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 = ''; } }