var fDesc=new Array(); fDesc[0] = "Louis the Clown and Mr. Dudley are back in an all-new adventure that will take you through the dark corners of history's most famous fairytales to rescue children trapped in a frightening netherworld! Louis is up to his old tricks as he casts each child in the role of a legendary fairytale character and then creates the visually stunning but twisted worlds in which their stories will play out.

Using your powers of observation to find hidden objects and intellect to solve well-crafted puzzles, you will make your way through the stories of Cinderella, Peter Pan, Aladdin and more, releasing the children only to see Mr. Dudley appear and then spirit them away to the clown's tower. While you'll face many other challenges, each step will take you closer to your climactic showdown with Louis, so there will be no turning back."; 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 = ''; } }