var fDesc=new Array(); fDesc[0] = "The CLUE model is a dynamic, spatially explicit, land use and land cover change model. The different versions of the CLUE model (CLUE, CLUE-s, Dyna-CLUE and CLUE-Scanner) are among the most frequently used land use models globally. Applications range from small regions to entire continents. The CLUE model is a flexible, generic land use modeling framework which allows scale and context specific specification for regional applications."; 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 = ''; } }