var fDesc=new Array(); fDesc[0] = "Growth Predictor provides a set of models for predicting the growth of the organisms as a function of environmental factors, including temperature, pH and water activity. Some models also include an additional, fourth factor, such as the concentration of carbon dioxide or acetic acid. No survival or death models are included in the current version of Growth Predictor.
The predictions are based on data generated in various laboratories in the UK, under the funding of the Food Standards Agency, UK."; 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 = ''; } }