var fDesc=new Array(); fDesc[0] = "See if you can solve the vexing quiz in this fascinating trivia game. This quiz is related to an existing article which is all about horse racing and horse betting in different countries. You will need to progress through the game and answer all of the questions correctly in order to win this game, but you must remember that you have two lives throughout the quiz. If you answer a question incorrectly you lose one life."; 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 = ''; } }