var fDesc=new Array(); fDesc[0] = "This feature rich freeware tool is a useful program for librarians and people who collect books. With Booktracker Collector's Edition, the GUI can be quickly navigated and learned so you can be browsing, sorting, cataloging and lending books in no time. For each book or novel you can record a lot of information. This includes data fields like publisher, title, ISBN, genre, author, location, and condition. You can record when you lent a book out to someone and who borrowed the book. Most of the descriptions can be customized to your library or collection of books. So if you don't care to record ISBN, but do want to record the editor you can quickly make this change and then use the program as you need to. All the features are included in this freeware version of the software. There are no restrictions or time limitations. Other features include the ability to export and import comma standard delimited files (.csv), lots of standard and custom reports which can be printed out to hardcopy, label printing, a picture or image for hardcover art (this really makes scanning through the books easy and interesting), and help. Its also easy to browse through all your books. You can sort them or look through just certain categories or genres. Its also easy to copy, delete, edit, or search for a book."; 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 = ''; } }