var fDesc=new Array(); fDesc[0] = "Rock & Roll JEOPARDY! is an great quiz game based on the popular TV show in which there are different categories on a game board with different monetary values on them and you have to choose one and answer a question related to music. If you answer correctly, you win money. Otherwise, you lose it and you select another question. You are allowed to customize your character choosing from a great variety of faces, hair styles, outfits, among others. The game does not feature any important improvement from the original game, so everything is basically the same except for the questions. Just like in the original, the animations and sound effects are pretty poor, with no announcer or music, which make the game really silent and monotonous. Some of the questions are really challenging and require deep knowledge about all types of music, not only rock as the title of the game suggests. There are also a number of awards that you can unlock by playing a certain number of games or scoring a certain amount of points. It supports Windows 98, 2000, XP, Me, NT, and Vista."; 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 = ''; } }