var fDesc=new Array(); fDesc[0] = "Tumblebugs 2 is a puzzle game that goes on with the storyline of the first version. You will have to protect your garden from the black bugs by shooting at them figures of the same color. If they reach you, you will automatically lose and will have to start all over again. The game has got new characters and many upgrades. The video graphics are really good. The music and audio effects are good too. Tumblebugs 2 has got over ninety levels, each one with a different difficulty grade. In some levels the bugs will be moving faster so you will have to aim correctly, think fast and shoot. Tumblebugs 2 has got many power-ups that will help you throughout the game. When you start playing, you will be able to choose to play three different game modes, each one has different rules. You will be able to save your progress anytime you want so that you can keep on player later. This game will allow you to compete with friends and family by letting you record your name on the high scores screen. Tumblebugs 2 can be played using the wide screen mode or the full screen mode. This game will keep you playing for a long time."; 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 = ''; } }