var fDesc=new Array(); fDesc[0] = "Land Cover Classification System 3 is an application based on Land Cover Meta Language. The LCML is an attempt to classify the "real world features" (specifically Land Cover features) with a very simple groups of elements arranged in different ways that act as building blocks to describe the more complex semantic in any separate application ontology (legends)."; 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 = ''; } }