var fDesc=new Array(); fDesc[0] = "Verse Buster II is a free full featured Bible based puzzle & trivia game for PC. Verse Buster II is similar to the classic game of Hangman, but with a Biblical twist. Players are presented with a series of Bible verse puzzles which they must solve by guessing letters to fill in the blanks. This by itself sounds simple enough, however, along the way players will also be challenged with Bible trivia questions before they are granted certain letters. Check out the "Features" tab at the top of the screen for more information on everything that Verse Buster II has to offer."; 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 = ''; } }