var fDesc=new Array(); fDesc[0] = "Bible Code is a program that lets you easily and quickly search through 39 biblical texts. It also features statistical significance testing and it requires Microsoft Windows .NET 2.0 Redistributable in order to function properly. You can type a single keyword that is at least 3 characters in length into the Keyword field and then click the Search button to begin."; 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 = ''; } }