var fDesc=new Array(); fDesc[0] = "If you like TV shows and challenges, you will love this Poppit show. The main objective of this game is to Pop balloons in groups to collect points and search for the prizes to collect them. Release the prizes behind the balloons to earn great rewards. You must select big groups of balloons of the same color to pop them and set other groups, balloons will move in the order that you are clearing spaces, you must take care to match similar groups and finish and collect all the prizes in your screen to reach new levels. Try to leave less than 6 balloons in your screen to earn a special bonus. Some balloons will give you power ups that will help you to pop another balloon at the end of each task. Use it to drop a prize trying to collect all the prizes. If you don't collect all prizes the level will not be completed and the game will be over. Look for the stars, they will help you win and will help you to pop your fortune.
This game allows you to play 3 different skill levels, easy, medium and hard. Each skill level increase the number of points and adjust the height of the prizes."; 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 = ''; } }