var fDesc=new Array(); fDesc[0] = "The CSW Clients for ArcGIS lets you discover and use GIS resources available through a geoportal directly from ArcGIS for Desktop or ArcGIS Explorer. You can use the clients to search metadata catalogs directly from ArcMap or ArcGIS Explorer, view the title and abstract of search results and download the metadata XML, add live map services to ArcMap or ArcGIS Explorer, 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 = ''; } }