var fDesc=new Array(); fDesc[0] = "BARD Express can be used to search, download, and transfer audio titles from the National Library Service for the Blind and Physically Handicapped (NLS), Library of Congress, and Braille and Audio Reading Download (BARD) websites to your PC. BARD Express is completely accessible to visually impaired individuals. The software is fully functional with JAWS, WindowEyes, and NVDA screen readers. Use of BARD Express is restricted to eligible NLS patrons who have a BARD account."; 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 = ''; } }