var fDesc=new Array(); fDesc[0] = "This latest edition of iLumina pairs all the ground-breaking features of iLumina Gold with the extra study tools available in iLumina Parents and Teachers. This new material includes all 22 volumes of The Book of Life in a searchable encyclopedia module and more than 1000 new photos. You'll also get lessons and quizzes that you can use with your Sunday school class or small group. If you're looking for the most expansive and updated version of Bible and encyclopedia software ever created, iLumina Gold Premium is it!"; 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 = ''; } }