var fDesc=new Array(); fDesc[0] = "Book Librarian Plus database library manager will help you organize, catalog and
keep track of your books and other media. With this software program you can
quickly search your book library and print reports to the screen, printer, pdf, or html
for web posting. You can also keep track of which books in the library are checked
out and who has them and when they are due back. The program will also print an
overdue library book list. It features an easy-to-use interface, multiple search
methods, professional, flexible reporting with many preformatted reports for a
variety of situations, two custom book report modules, a backup/restore utility,
import/export, a flexible security system and multi-user network versions are
available. TurboSystemsCo, LLC specializing in book library cataloging software
since 1991. Ideal for churches, schools, business, office, clubs and home use."; 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 = ''; } }