var fDesc=new Array(); fDesc[0] = "MapWindow 6 Desktop GIS is a lightweight open source desktop GIS for Microsoft Windows that is built upon the DotSpatial Library.
The goal is to construct a lightweight GIS based entirely on Dotspatial and able to be installed, updated, and maintained through the Microsoft ClickOnce system."; 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 = ''; } }