var fDesc=new Array(); fDesc[0] = "ILCYM (Insect Life Cycle Modeling) facilitates the development of pest insect phenology models and provides analytical tools for studying the pest population ecology. The ILCYM software consists of two main modules. One, the "model builder", facilitates the development of insect phenology models based on experimental temperature data of a specific pest. The second module implements the phenology model in a GIS environment and allows for spatial - global or regional simulation of pest activities ("pest risk mapping")."; 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 = ''; } }