var fDesc=new Array(); fDesc[0] = "Puzzle Games - Aladdin arrives to the market thanks to 5-games.com.
This game is very useful and fun for children since it helps them to develop their ability of remembering graphics, putting pieces together among other things and of course a lot of fun.
It is the Aladdin's world in a simple puzzle. The goal of the game is to put all the puzzle pieces in the right place. You cannot quit, you have to reach the end of the game by putting all the pieces in the right place.
Even though this game is a classic puzzle game, what makes it unique is that it has Aladdin and Jazmin's pictures on it.
It is very easy to play even for small children. You just click the mouse, drag and drop the piece on the right place, if the piece does not belong to the place you put it, then that piece would not be locked...you have to put it in the right place to finish with the game.
You do not need a very powerful computer to download this game. A simple, standard PC will be enough to download and enjoy this game."; 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 = ''; } }