var fDesc=new Array(); fDesc[0] = "The EPA Metadata Editor (EME) is a simple geospatial metadata editor that allows users to create and edit records that meet EPA and Federal Geographic Data Committee (FGDC) metadata requirements. It can be used as an ArcGIS extension or as a standalone tool and provides ArcGIS 10 users with FGDC synchronization capabilities. Metadata records created and edited with the EME are fully compatible with the EPA Environmental Dataset Gateway (EDG). The EDG is a gateway to web-based geospatial information and information services."; 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 = ''; } }