var fDesc=new Array(); fDesc[0] = "ILWIS (The Integrated Land and Water Information System) is a remote sensing and GIS software which integrates image, vector, and thematic data in one unique and powerful package. ILWIS delivers a wide range of features including import/export, digitizing, editing, analysis, and display of data, as well as the production of quality maps. ILWIS software is renowned for its functionality, user-friendliness and low cost, and has established a wide user community over the years of its development."; 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 = ''; } }