var fDesc=new Array(); fDesc[0] = "Athenaeum Pro is a fully featured library management package designed for schools, community libraries, churches and other organizations wishing to manage their resources. It offers strong circulation controls with optional overrides; in-depth analysis of borrowing history, it remains an affordable, easy-to-use package to effectively manage your resources - both physical and digital."; 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 = ''; } }