var fDesc=new Array(); fDesc[0] = "CurveExpert Professional is a cross-platform solution for curve fitting and data analysis. The data can be modelled using a toolbox of linear regression models, nonlinear regression models, smoothing methods, or various kinds of splines. The process of finding the best fit can be automated by letting CurveExpert compare your data to each model to choose the best curve. The program is designed to generate high quality results and output while saving your time in the process."; 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 = ''; } }