var fDesc=new Array(); fDesc[0] = "The Epina Bookshelf offers an electronic library of various books, which contains both "classical" (scanned paper based) books and newer works (based on HTML). One of the outstanding features (based on the pixLibris technology) of Bookshelf is the possibility to access both types of books in almost the same manner - scanned books can be provided with links to other pages, offer searchability of the full text and are supported by table of contents and indexes. This way "old" scanned books become as flexible as Web pages."; 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 = ''; } }