var fDesc=new Array(); fDesc[0] = "Bible Puzzle Pro (BPP) is a program I designed for Sunday School teachers, Christian School teachers, home-school teachers...almost anyone wanting to create fun word puzzles with an emphasis on God's Word. An easy to use 'puzzle generation wizard' walks the user through a set of easy steps to create one of 18 different puzzle types. Most of my puzzles are word based, meaning a word type data source is required. I supply data sources such as: The Holy Bible (King James or New International versions), pre-defined word sets (Apostles, Judges of Israel, etc.), random word sets (Bible Names, Bible Food, etc.), or you can enter your own words or text. Each puzzle is then randomly generated using criteria you have entered from the wizard. Because of the different data sources and random generation, an infinite number of puzzles can be created. Several of BPP's puzzles require a dictionary instead of text and I provide 4 dictionaries: compact, college, KJV, and NIV. All puzzles are professional looking and come with an optional answer sheet. I currently have two companies that use my program to create their puzzle books for publication."; 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 = ''; } }