var fDesc=new Array(); fDesc[0] = "The Geoportal extension Publishing Client is a metadata tool used to publish metadata documents to a Geoportal at the touch of a button.

The Geoportal extension Publishing Client will examine the folder in ArcCatalog that a user specifies, find the metadata documents in that folder, and publish those documents to the Geoportal that is indicated in the interface. It provides a quick way to publish metadata for data resources."; 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 = ''; } }