var fDesc=new Array(); fDesc[0] = "TableCurve 3D is the first and only program that combines a powerful surface fitter with the ability to find the ideal equation to describe three dimensional empirical data. TableCurve 3D uses a selective subset procedure to fit 36,000 of its 453,697,387 built-in equations from all disciplines to find the one that provides the ideal fit – instantly! What once could take days of tedious work now takes minutes, with a much more powerful result."; 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 = ''; } }