var fDesc=new Array(); fDesc[0] = "BookCAT is a powerful book collector database program which will help you catalog a book collection of any size. BookCAT is used by book-lovers, schools, churches, clubs, and business libraries. Using BookCAT you can quickly catalog your books by downloading information from the Internet. BookCAT will help you track what you have in your library, where it is (including books out on loan) and the total value of your collection."; 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 = ''; } }