var fDesc=new Array(); fDesc[0] = "CurveExpert Basic was designed to be easy-to-use but powerful, so that all users can obtain a model for their data quickly and easily. XY data can be modeled using a toolbox of linear regression models or nonlinear regression models.
Over 60 models are built-in, but custom regression models may also be defined by the user. Full-featured graphing capability allows thorough examination of the curve fit. The process of finding the best fit can be automated by letting CurveExpert Basic compare your data to each model to choose the best curve."; 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 = ''; } }