var fDesc=new Array(); fDesc[0] = "The UN-SCAN-IT Graph Digitizer converts graph images to their underlying (x,y) data. UN‑SCAN‑IT digitizer software works with most image formats (TIFF, JPG, BMP, GIF, etc.) from any scanner, digital camera, or other image source to digitize plots, strip charts, instrumental output, old graphs, published graphs, etc. In addition to the many graph digitizing features, UN‑SCAN‑IT also integrates peak areas, smoothes data, takes derivatives, re‑scales graphs, and exports the (x,y) data for use in other software programs."; 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 = ''; } }