var fDesc=new Array(); fDesc[0] = "This legend will entertain you with challenging puzzles of ancient figures and treasures. The main goal of this game is to solve each puzzle and problem. You must swap the tiles and bricks of identical figures in order to form groups and clear the bricks. Some pieces are treasures and ancient values that you must collect. Making forms with treasures you will make bonus points, those will help you to reach your goals and new levels. Each level will increase your challenge and difficulty with obstacles and different types of bricks. This game has a lot of action and speed challenge. This game is very easy to play and full of fun and entertainment. All you need to play this game is your mouse, move your mouse over a brick and press the left mouse button to select your choice, move to a neighboring tile and press again your left mouse button to swap the tiles. Move fast and try to form big groups of identical figures. In this game time is running and if you don't reach your objective before the time is up, the game will be over."; 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 = ''; } }