var fDesc=new Array(); fDesc[0] = "Ocean is a collection of literature from many of the great religions of the world -- managed by a unique literature-specific search engine. The English library contains over 1000 books of 10 world religions as well as collections in six other languages."; 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 = ''; } }