var fDesc=new Array(); fDesc[0] = "Fairy Land: The Magical Machine is a neat, easy to play match-3 puzzle game.

Not long ago, Fairy Land was a lush and lavish paradise, abundant with magic, fairies, dragons, elves and fantastically mystical creatures beyond your wildest dreams. But something has gone horribly wrong, and all the magic disappeared from this land. You can collect rare elements, build an enchanted machine and bring the magic in Fairy Land."; 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 = ''; } }