var fDesc=new Array(); fDesc[0] = "Searching the Bible Code can now be as easy as typing in the information you want and clicking a few buttons. Now, with the creation of Bible Code Oracle, this is true. You can easily search for any word in the complete Torah! Not only it allows you to search and match any number of words but it also has loads of other features to offer."; 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 = ''; } }