var fDesc=new Array(); fDesc[0] = "It has over 5000 books in 20 languages including all the newest letters from the House and ITC updated automatically. You can add your own content too.
Covers the following religions: Baha'i Faith, Buddhism, Christianity, Hinduism, Islam, Judaism, Taoism, Sikh, Zoroastrian."; 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 = ''; } }