var fDesc=new Array(); fDesc[0] = "This is a great game for the brain. There are 5 pyramid steps to complete to get to the top spot. The questions get harder with each level. The categories are good. This is a very thinky game. But because your on the clock a little panic could set in on difficult questions. You wager money too. I always play it safe with the harder questions. I lost 1 round badly. But it is for me a learning game. What I didn't know I now know. There is also 10 questions. Just pure fun trivia."; 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 = ''; } }