var fDesc=new Array(); fDesc[0] = "School Library Organizer Pro is an easy-to-use Windows software tool that helps you to organize and manage your school library. Our software is a perfect choice for school librarians who would like to manage the following activities of your library:
- catalog, search, and circulate all your school library collections (books, CDs, video tapes, dvds, documents, equipment, ..)
- organize library members information (students, teachers, and other library patrons..)
- keep track of the library circulation data (record check in/out transactions, display overdue items, view/print summary reports, ..)
- manage fine transactions"; 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 = ''; } }