var fDesc=new Array(); fDesc[0] = "DesktopGarp is a software package for biodiversity and ecologic research that allows the user to predict and analyze wild species distributions. This website contains a link to download the DesktopGarp software package and instructions for installing and using the package."; 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 = ''; } }