var fDesc=new Array(); fDesc[1] = "select your question before time is up. Answer different questions correctly and rise the level of a ladder meter in your screen, think fast and if you don't know the answer you better remove it, each bad question will make the ladder fall."; fDesc[2] = "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."; fDesc[3] = "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."; fDesc[4] = "harder making it a game suitable for players of all ages and intelligence. Extra questions are available for download."; fDesc[5] = ", cinema, and more. Its graphics and sounds are poor but the basic idea is fun, better if you play it with a group of friends."; fDesc[6] = "Developed by Funkitron, this new release is about a trivia game comprising more that 3,000 questions divided into many categories within four game types: Free Play, Challenges, Versus and Episodes."; fDesc[7] = "subjects, from pop culture and music, to politics and history, and beat your opponents to get the best score or win real money and prizes. The game is dynamic, challenging and entertaining."; fDesc[8] = "related to history or based on history. The game offers three lost worlds in which to play. You can visit Mesoamerica, the Rome Empire, or Egypt. You can try this game for 60 minutes before you buy the licensed version."; fDesc[9] = "music, wildlife and general. You need to be quick at responding, since you have only 20 seconds to answer the question. if you love quizzes and trivia games, this one is definitely for you."; fDesc[10] = "for trivia questions, hangman, menus, and HTML, is an excellent tool for teachers, students, or anyone to use in f..."; fDesc[11] = "surely know, Tic tac toe is a game that needs two players, one using an ‘X’ and the other a circle ‘O’, who will take turns to strategically place their pieces trying to form a straight line."; fDesc[12] = "rescue Santa's magic items. The game is mainly oriented for kids, since adults may find it a little bit boring and slow-paced. It features nice but not detailed graphics with appropriate music and sound effects."; fDesc[13] = "increasingly difficult questions over five levels of play in your quest to complete all levels of the game and Score A Million. With 1,000?s of"; fDesc[14] = "downloads, just play thousands of free trivia games."; fDesc[15] = "Biblical twist. You should answer a series of questions in order to gain an amount of money. The higher the amount, the harder the question. Your goal is to reach one million before the rest of the players."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }