var fDesc=new Array(); fDesc[0] = "Bible Bot is a verse retrieval program written to watch the text chat area of a Chat room on Paltalk. When it sees the command that indicates someone in the chat room wants a bible verse posted into the room, it will look up and then post the requested verse into the chat room.

Instead of the cumbersome task of copy and paste operations, Bible Bot will post the entire verse with full book name, chapter and verse"; 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 = ''; } }