var fDesc=new Array(); fDesc[0] = "iGeoDesktop is a modular and platform independent desktop GIS. It is implemented in Java and licensed under GNU Lesser General Public License (LGPL).
iGeoDesktop may be used as stand-alone desktop application or in a network environment with multi-user support via Java WebStart. The application is highly configurable and customizable. Appearance, functionality and data model may be freely adjusted. A plug-in mechanism provides enhancement of functionality on demand."; 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 = ''; } }