var fDesc=new Array(); fDesc[0] = "Library Man is a handy and easy-to-use library management tool to manage your home library, schools, and huge public libraries. With this program, you can register and organize your books, or register library visitors. It will save you time by managing borrowed books and automatically sending mails to delayed users.

It also provides a search engine for books, users, and borrows, so you are able to find your wanted book and know it's place in the library in seconds."; 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 = ''; } }