var fDesc=new Array(); fDesc[0] = "LDS Activities For Windows is a collection of puzzles and games. Activities include Articles of Faith, Books of the Book of Mormon, Books of the New Testament, GospelTration, Crossword Puzzle, Gospel Tic-Tac-Toe, President of the Church, and Word Scrambler. You'll also find Standard Works, Book of Mormon, New Testament, Old Testament, D. & C. Pearl of Great Price, Church History, Map of Historical Events, and Discussion Scriptures activities. The program also contains General Thoughts and Humorous Thoughts modules. LDS Activities contains lots of fun and functionality for those who interested in testing their knowledge."; 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 = ''; } }