var fDesc=new Array(); fDesc[0] = "Dream Hills was cast into darkness, and countless troubles began to assault its residents. Many years later, the Fairy Godmother finally woke up, free from the spell. In this game the player should help the Fairy Godmother find her magic wand, get rid of the evil witch, and break the curse. Your goal is to solve puzzles, help your favorite fairytale characters, and collect magical artifacts."; 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 = ''; } }