var fDesc=new Array(); fDesc[0] = "Help From God's Word is a program to show you in the Bible what God's word says about the topics listed on the left column of the program window. There are three categories of topics which cover just about anything you need to find in the Bible. Any time you need help with a particular issue in your life, this program can show you where to find the answers in the Bible to get you through any situation. This program can also be used for personal or group Bible study topics."; 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 = ''; } }