var fDesc=new Array(); fDesc[0] = "BIG Bible Town is a kids’ online Bible game for K-6th grade children. Kids can start playing this online game for free. It is a great educational resource that taps video game playtime to teach Bible lessons and Christian values. It is a great tool for home faith formation or homeschool curriculum or for Christian educators to use in the classroom or children’s ministry."; 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 = ''; } }