var fDesc=new Array(); fDesc[0] = "LC Easy provides training and practice on the Library of Congress Classification System. It's designed for new library staff, providing an introductory tutorial and lots of practice, as well as corrective feedback and intervention when necessary. It provides a variety of challenges and offers helpful hints. LC Easy 4.0 also works well for library staff who have been away for some time or are looking for refresher."; 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 = ''; } }