var fDesc=new Array(); fDesc[0] = "JEOPARDY! is a trivia game based on the famous TV show with the same name in which there are a bunch of categories on a game board with different monetary values on them. You have to choose one of the categories and a monetary value to play for, and answer the corresponding question. If you answer correctly, you win the money. The game allows you to customize your character selecting from eight faces, five hair styles, nine outfits, among other things. The animations and sound effects are really poor, with no music at all and no Alex Trebek, which make the game really silent and boring. There's only an applause from the audience when you answer is correctly and a "awwww" when you're wrong. There are also a certain amount of awards that you can unlock by scoring a certain amount of points or playing a certain number of games. The game includes challenging questions that will make you think, but it lacks some things from the show that will make it so much fun and entertaining. It supports Windows 98/ME/2000/XP."; 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 = ''; } }