var fDesc=new Array(); fDesc[0] = "FREE download! This combines two quizzes into one. Children are asked to look at some artists' impressions of what Jesus looked like, which have been painted by various artists over the centuries. The children can then put the pictures into order of what they think Jesus would have looked like. They can then view graphs of what others have thought.
The second quiz is a 12 question multiple choice quiz which tests their knowledge of events during Jesus' life, from His birth to His crucifixion, giving answers from the Bible."; 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 = ''; } }