var fDesc=new Array(); fDesc[0] = "Federal Reserve System designed the CRA Data Entry Software to assist respondents in automating the filing of their CRA data. The free software includes editing features to help you verify and analyze the accuracy of the data. The data file created, using this software, can be submitted to your regulatory agency using Submission via Web or encrypted for submission via Internet e-mail or exported onto a diskette/CD-ROM for mailing."; 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 = ''; } }