var fDesc=new Array(); fDesc[0] = "It provides an exciting, interactive way for either an individual or an entire family to learn about the Bible. But it is also a great program that may be used for Home Schooling, Sunday School Classes, Neighborhood Bible Groups, or even by an Entire School. Allows you to test your knowledge of the Bible with more than 300 questions in more than 15 different categories and with 5 different levels of difficulty. No quiz is ever the same as the order of the answers is scrambled, and the questions may be displayed in random order. In addition, a quiz may contain as many as 7 different types of questions, and there are 6 different scoring methods available when taking a quiz. Each quiz tracks your percentage correct, your time, and your score. In addition, each quiz includes animation, sound effects, and tracks the player and his high score."; 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 = ''; } }