var fDesc=new Array(); fDesc[0] = "Biblio helps you organise your book collection. Store a broad range of information about your collection in Biblio and admire your library from different points of view. Connect authors with titles, translations with originals, titles with books, and browse the web you have created. Biblio will be the exhaustive source of information about your book collection."; 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 = ''; } }