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] = ", documents and web pages which allows user to keep documents systemized, to add notes and attachments."; fDesc[3] = "harder making it a game suitable for players of all ages and intelligence. Extra questions are available for download."; fDesc[4] = "knowledge and get a prize if you pass. General Knowledge Quiz is a fun gradual challenge where you should answer ten questions before moving to the next level, you also have to have seven out of the ten questions right to move on."; fDesc[5] = "general knowledge. This PC edition of the classic game, dedicated to the 80’s, adds new game modes, and hundreds of questions related to this decade."; fDesc[6] = "gives you the chance of winning lots of money! With nice graphics and animations, this fun and educational game is suitable for all family members."; fDesc[7] = ", and educative as well. The game is fast-paced and challenging, and it demands a wide general knowledge. It has great graphics, with bright colors and nice animations."; fDesc[8] = "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[9] = "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[11] = "are used in the word. Use the ABC to create valid words and gain powerful magic to move on to the next level."; 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 = '...'; } }