var fDesc=new Array(); fDesc[0] = "Super Pop & Drop! 1.1 is a very funny and entertaining game that will keep you up for hours playing. It is a very well-known format. The game consists in getting more than three balls of the same color together, once you do that all of the balls with the same color will disappear, but hurry up, because they will all go down, and when they touch the floor you will have lost the game. There are timed and untimed modes. The timed ones are more difficult because you will have to hurry up. There are three different difficulty levels. You will be able to choose what level you want to start at. It's very easy to learn how to play. The most balls you clear the most points you will get. Once you have lost, you will be able to save your score so that you can compete with other people or try to better your own score. You have also got other cool options. If you are almost about to lose and you don't think you can clear the balls you can press the space bar and shoot a grenade that will clear a lot of balls at the same time. You have also got a radar that will indicate you where the ball will bounce and where it will land."; 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 = ''; } }