var fDesc=new Array(); fDesc[0] = "The IBM Softcopy Librarian provides you with the ability to manage PDFs, BookManager softcopy books, and shelves you receive from IBM and from other companies. The Softcopy Librarian keeps a catalog of all the book, PDF, and shelf files that you send to your repository from any level of a CD, from your local hard drive, or from the IBM PUBLIB Web site."; 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 = ''; } }