var fDesc=new Array(); fDesc[0] = "ExpertFit will automatically and accurately determine which probability distribution best represents your data set, and typically will do so in less than a second. ExpertFit has 40 distributions, 30 high-quality graphical plots, 4 technically correct goodness-of-fit tests, sample sizes of 100,000, interactive histograms, extensive support for simulation modeling, a distribution viewer, batch mode, comprehensive context-sensitive help, and a User’s Guide with 8 complete examples."; 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 = ''; } }