var fDesc=new Array(); fDesc[0] = "OpenGeo Suite is a complete geospatial platform for managing data and building maps and applications across web browsers, desktops, and mobile devices. You can manage and store data reliably with PostGIS, publish maps and data from a variety of formats and sources with GeoServer, build flexible user interfaces and custom workflows in the browser with OpenLayers, analyze and publish geospatial data on the desktop with QGIS, and more."; 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 = ''; } }