var fDesc=new Array(); fDesc[0] = "Pendulum Quest is a great puzzle with action and moves. You will love the challenge and entertainment of this game. The main goal is to release a ball from the top of your screen and place it around identical color balls to destroy them. The number of balls increases and they are moving up, you must destroy them before they get to the top. Try to form big groups of identical colors to disappear them and get clear spaces. This game will increase challenge and difficulty each level, balls will move faster and you will start moving as a Pendulum, so you must be careful to select the correct time to shoot your color ball, if you miss it will be more difficult to form groups of the same colors. You will see special balls that will help you with your task, bombs, horizontal bombs, stop moving balls, between others.
You can play this game in adventure mode or a survival mode, Adventure mode will bring you more difficult levels each time you finish, one and survival mode where you can select 12 levels and you can play them as long as you want."; 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 = ''; } }