var fDesc=new Array(); fDesc[0] = "Ranges software allows easy analysis of locations, whether animals (including humans) or plants.

If you need to determine animal home ranges, analyse dispersal, decide which habitat is most often used or how animals arrange themselves socially, Ranges is an invaluable tool.

It provides flexible stand-alone analysis software that helps you to collect data efficiently, then quantify area statistics, range overlaps, sociality, dispersal and habitat use with minimum effort and maximum speed."; 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 = ''; } }