var fDesc=new Array(); fDesc[0] = "When attempting to harvest from a CSW repository that follows the ebrim.compusult profile, the harvesting tool is missing the definition files and backend code needed to send and receive communcation from that repository. This patch offers a new build of the Harvesting Tool, where this problem is fixed and ebrim.compusult CSW repositories can be successfully harvested."; 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 = ''; } }