var fDesc=new Array(); fDesc[0] = "OriginPro is an application designed for data analysis and publication-quality graphing, tailored to the needs of scientists and engineers. It provides the ability to customize analysis and graphing tasks using themes, templates, custom reports, batch processing and programming. The Peak Analyzer tool in OriginPro offers the additional capability of finding and fitting multiple peaks in your spectra."; 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 = ''; } }