var fDesc=new Array(); fDesc[0] = "Thomas is a young wizard who lives with his uncle Artem in his magical pet shop. One day Thomas gets an F in 'Magical Spell Words' so he is ordered to study. But while carrying the book down the stairs, he accidentally falls and hits his uncle and makes a mess of things. His uncle is angry and so casts a spell on Thomas and now Thomas finds himself inside the book on the subject that he got an F on! Now Thomas must find his way out of the book, but will he be able to do it? It's up to you to help him!

A word game like no other!
- Have fun creating paths of words to help Thomas reach the end of the book.
- Create extremely long words
- Pickup x2 and x3 word items for massive scores!
- Endless fun with the hangman style guess-the-word minigame.
- Magical helper items help you create long words
- Includes over 200,000 words to play with, based on words valid in Scrabble!
- Also includes a full dictionary so you can learn what those words mean!

Word game lovers don't miss this game!

If you like Scrabble or Crosswords, you'll love 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 = ''; } }