var fDesc=new Array(); fDesc[0] = "IHDataAnalyst includes all of the features of the popular free Excel spreadsheet IHStats.xls in addition to Censored Data Analysis and Bayesian Decision Analysis.
It is capable of analyzing from 1 to 2000 cases. The output can be exported to a built-in text editor, which then can be saved and recalled as a rich text file (rtf)."; 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 = ''; } }