var fDesc=new Array(); fDesc[0] = "Plot To Data is a program for Windows that allows you to gather (digitize) data points and coordinates of a plot or graph out of a JPG, GIF, BMP, Clipboard picture or photo. You get the data in text form which you can use in any program such as Excel, Origin, etc. It is also possible to use this program as a distance measure in pictures with a scale bar such as AFM or SEM images."; 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 = ''; } }