var fDesc=new Array(); fDesc[0] = "Biotas is a statistical and GIS tool for Windows® written for ecologists and resource professionals.

Biotas has been designed to assist in the analysis and understanding of spatial and temporal data. Studies that can benefit from Biotas include, but not limited to, those dealing with wildlife, fisheries and plant or animal ecology. Functions include home range, habitat use, movements, nearest neighbors, spatial randomness tests and more."; 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 = ''; } }