var fDesc=new Array(); fDesc[0] = "The Hart Family Bible Quiz is a Jeopardy® like game with Bible questions and answers, hints and references as well as time limits and challenge modes. This game has been designed for all ages with the goal of helping families to enjoy studying Jehovah's word together. To make learning entertaining as well as challenging.

This is a "free" version. There are no "commercial" requests for money or "nag" screens requiring registration. In addition, the self-executing files may be freely distributed."; 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 = ''; } }