var fDesc=new Array(); fDesc[0] = "The King James Bible program has over 12,000 topics, parables, Messianic prophecies, topic searches, maps, and book marks. Included are Nave's Topics, Easton's Bible Dictionary, Matthew Henry's Commentary, Torry's Topics and Hitchcock's Bible names. You can also customize features such as font style, size and color. Microsoft Word can also be used. Another feature is that you can generate your own topics list."; 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 = ''; } }