var fDesc=new Array(); fDesc[0] = "GraphData is designed to automatically extract numeric data from charts (bmp, gif, jpg, etc.), facilitating the work of extraction the numbers and increasing its accuracy.

The program finds the graph's line through its color, to be specified by the user in advance. Therefore can not appear in the image other graphics or text that have the same color as the chart's line. Also for this reason it is possible to extract data from different graphics on the same image as long as the color of each line is different."; 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 = ''; } }