var fDesc=new Array(); fDesc[0] = "The IHDataAnalyst-LiteEdition (IHDA-LE) is a less capable version of the IHDataAnalyst. The IHDA-LE is provided as a courtesy to attendees of the EAS Inc. PDCs and courses. There is no customer support; however, if you experience computer-related problems using the IHDA-LE or feel that the results are in error please send an email to EAS Inc. The IHDA-LE includes all of the features of the popular free Excel spreadsheet IHStats.xls, plus Censored Data Analysis and Bayesian Decision Analysis capabilities."; 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 = ''; } }