var fDesc=new Array(); fDesc[0] = "Trivial Pursuit Genus Edition Deluxe 1.0 is a trivia game with questions to answer.

You can play Trivial Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans.

You will have to answer correctly to questions from arts and literature, geography, entertainment, sports & leisure, history and science and nature.

You´ll have to roll the dice, advance the steps indicated by it, and choose your domain, that will have a theme with questions to answer. You will be presented with 3 options. If you pick the right answer, you win points.

There are special squares marked with a colored slice. When you fall on that squares, you must answer a question. If your answer is correct you win that slice. Once you get all the colored wedges, you´ll have to go to the central hub. Then, the program will randomly choose a domain, and will make the final question. Should you answer it correctly, you win the 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 = ''; } }