var fDesc=new Array(); fDesc[0] = "ModEco is a software package for ecological niche modeling. It integrates a range of niche models within a geographical information system. ModEco provides a user friendly platform that enables users to explore, analyze, and model species distribution data with relative ease. It contains a suite of functions such as data input/output, data visualization, feature analysis, model training and prediction, and accuracy assessment, which are commonly needed for modeling species' distributions."; 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 = ''; } }