var fDesc=new Array(); fDesc[0] = "Test your trivia skills in America`s Favorite Quiz Show. Just like the TV game show, select a category and a dollar amount to reveal the hidden clue. Come up with the correct response and you`re in the money! Otherwise, your virtual bank will take a hit. Play alone and customize your character, or play as a group in this fun-filled Jeopardy 2 game."; 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 = ''; } }