var fDesc=new Array(); fDesc[0] = "StatTools is a true add-in to Microsoft Excel, integrating completely with your spreadsheet. Browse, define, analyze, while never leaving Excel. StatTools replaces Excel’s built-in statistics functions with its own calculations. The accuracy of Excel’s built-in statistics calculations has often been questioned, so StatTools doesn’t use them.

All StatTools functions are true Excel functions, and behave exactly as native Excel functions do. StatTools calculations are optimized through the use of C++ .DLLs, not macro calculations."; 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 = ''; } }