var fDesc=new Array(); fDesc[0] = "DataFit is a simple and efficient science and engineering tool that simplifies the tasks of data plotting, regression analysis (curve fitting) and statistical analysis. What sets DataFit apart from similar curve fitting and regression programs is its ease of use. With the combination of the intuitive interface, online help and wide range of features."; 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 = ''; } }