var fDesc=new Array(); fDesc[0] = "Find the way to solve each task of the rooms of Cleopatra´s treasures. This game is a great fun and entertainment that will challenge your ability to solve puzzles and find the mysteries of Cleopatra´s treasures. The main objective of this game is to swap adjacent tiles and jewels to open a way and walk to the exit of each room of Cleopatra´s ceremonial centers. You must swap adjacent tiles and gems to set groups of three or more identical tiles to clear them and let your character walk to the exit of each room. Move and clear tiles in front or behind your character to clear spaces. Try to form big figures to make special matches and earn the different trophies of this game and extra bonus points. This game will challenge your mind ability and will fulfill your fun needs.
The game allows you to play, to check settings, to see high scores, to check your trophies and to quit the game. In order to play all you need is your mouse, move your mouse over the tile of your selection and press left mouse button to select, move to an adjacent tile and press left mouse button again to swap them. This game has time limit, move fast and reach the exit of each room before the time is up or 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 = ''; } }