var fDesc=new Array(); fDesc[0] = "Ecological Methodology is an application that brings a set of 69 tools that enable you to perform various statistical analysis. It provides features such as:
- standardized data input forms for easy data input
- data input files and program output can be saved and the output printed via standard Windows dialogues
- annotated sample data input files for every program
- choose between 90, 95 and 99 % confidence intervals for most programs
- extensive error checking of data input"; 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 = ''; } }