var fDesc=new Array(); fDesc[0] = "Simple Library Organizer Pro is a program that helps you to organize and manage your Library. You can catalog, search, and circulate all your library collections (books, CDs, video tapes, DVDs, documents, equipment), organize library members information and keep track of the library circulation data."; 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 = ''; } }