var fDesc=new Array(); fDesc[0] = "Play this great adventure and challenge your visual ability and speed. The main objective of Legend of Aladdin game is to match three or more identical tiles in order to clear them. To reach a level you must fill the entire board with the red carpet, each time you clear a tile the carpet will turn red so you must match tiles in all the spaces of the grid. Each level needs to be cleared in a certain time to qualify, you will check your time, the time to qualify and the best time of each level. If you complete a level and reach a time record you will earn extra bonus points. Each level will increase the number of spaces to match and the number of tiles and figures in the board. In this game you can go to the store and buy more items to increase your challenge.
This game allows you to start a game, to check help, to set options like music, volume and full screen and you can exit the game.
In order to play all you need to use is your mouse, move your mouse over the tile of your selection and press left mouse button to select, move to and adjacent tile and press mouse button to swap them."; 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 = ''; } }