var fDesc=new Array(); fDesc[0] = "Metadata tool editor and exporter is an IDEC Schema compliant, subgroup of ISO 19115 standard with his implantation ISO 19139 to describe the Geographic Information (graphical, alphanumeric).
The principal objective of this application is the creation of metadata of orientated way, in such a way that it facilitates, besides the creation, the edition, the maintenance and the exportation of metadata."; 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 = ''; } }