var fDesc=new Array(); fDesc[0] = "PlantMod was developed for research and university teaching in a plant, crop and pasture science. It includes models of leaf and canopy photosynthesis and respiration, canopy transpiration, canopy temperature and canopy energy balance. The models give insight into key processes in crop and pasture modeling, including photosynthesis, respiration, water use, temperature, and energy budget, as influenced by environmental conditions and physiological parameters. The different graph options allow over 250 response curves to be plotted. Graphs and simulation data can be copied to the clipboard for use in programs such as Word or Excel."; 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 = ''; } }