var fDesc=new Array(); fDesc[0] = "Twistingo is an original game that combines the well known Bingo game with a puzzle game. On the screen you will see balls of different colors with numbers on them. You will also have a card with numbers and colors. Every time you see that the number is both in the line and on your card you will have to click on it so that it disappears and you get points. You will have to hurry up, because all the balls will be heading to the end of the screen, and if they get there you will lose and you will not be able to make it to the next level. Twistingo Deluxe 1.0 has got different game modes. The adventure mode will let you play many levels and continue with an interesting storyline. The game will automatically save once in a while so that you do not have to save it every time you get to the next level. You will be able to record your name on the highest scores so that you can compete with family and friends. The game has got nice video graphics. The music and audio effects are good too. The time will be going down so you will have to hurry up."; 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 = ''; } }