var fDesc=new Array(); fDesc[0] = "A tool for rapid assessment of biological populations is needed because both resources and time are always limited in the real world. RAMAS Ecorisk uses stochastic simulations of population dynamics to calculate quasi-extinction risks that a population will be below a given density, and time to quasi-extinction, which is the probability that at a given time the density will have fallen below a specified threshold density. The four discrete stochastic
models used to simulate population dynamics are Malthusian growth, Malthusian with a ceiling, Malthusian with a time-delayed ceiling, and Ricker's model of density-dependent growth."; 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 = ''; } }