var fDesc=new Array(); fDesc[0] = "What is it ? The Free Data Capture Tool (FDC) gives you a convenient method for· capturing, filtering, mining, and conveniently processing text from webpages and other sources,· capturing images from web pages or dialog screens, · sending captured data via email.FDC uses the MS/Windows clipboard and gives you a myriad of processing options that facilitate data mining of captured text. FDC generally hides in your system tray waiting for clipboard copy events to occur. FDC has a single interface dialog that pops up when activated. The interface has a captured data box on the left where either the image or text that was last captured is displayed as a thumbnail. Click on an image to view it. Capture options are on the right side of this dialog. Pressing the [Filters] button gives you control over how capture text data is processed."; 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 = ''; } }