var fDesc=new Array(); fDesc[0] = "Gaia is a platform designed for advanced geospatial network and SDI needs. Based on the CarbonTools PRO open-geospatial development toolkit, this viewer can access an array of geospatial sources such as the Open Geospatial Consortium (OGC) Web Mapping Service (WMS), Web Map Tile Service (WMTS), Web Coverage Service (WCS), Web Feature Service (WFS), and Filter Encoding (FE), services such as Microsoft Bing Maps, Yahoo! Maps and OpenStreetMap (OSM), as well as file formats such as ESRI Shapefiles, Google Earth KML/KMZ, DXF, MIF, Geography Markup Language (GML) and GML Simple Features"; 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 = ''; } }