var fDesc=new Array(); fDesc[0] = "The Portable Bookshelf (PBS) Toolkit provides a collection of executables, both stand-alone and web based, which generate and populate a web-based information system for large software systems.
PBS provides a default framework for the displaying subsystem landscapes, and links to generated and static documentation for those subsystems.
The user runs a web browser to access a page of a bookshelf. The top pages of a bookshelf are presented as an architectural view. This doesn't have to be the case for every bookshelf, but it is the case for bookshelves based on the Portable Bookshelf format."; 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 = ''; } }