var fDesc=new Array(); fDesc[0] = "Your fairy friend needs help to build a special house in the clouds, to do that you must solve different puzzles and collect special items like nature things and flowers. This game has different puzzles where the main objective is to match butterflies of the same color and clear all the tiles in the screen board. Some butterflies have flowers and nature items over them, you must set matches over those butterflies to get bonus points and to reach new levels. The story mode will trap you with a main challenge to help your friend in different puzzles, each time you clear and complete a level of the game you will be helping her to build her house in the clouds.
This game allows you to play different difficulty modes, easy, normal and hard. Each level will increase the speed of your challenge and the number of tiles and butterflies in your board. In order to move and play all you need is your mouse, move your mouse over your objective and press left mouse button to select the butterfly that you want to move, move to an adjacent tile to place this butterfly and swap it with the one behind."; 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 = ''; } }