var fDesc=new Array(); fDesc[0] = "When 7 year old Ally follows her cat Through the Glass she begins a strange fantasy adventure. Loosely based on the Lewis Carroll story Through the Looking Glass, the game has beautiful graphics and lots of fun puzzles for all ages. This game has great for playing with kids because adults will enjoy the story and beautiful images as well. Walkthroughs are available from the website to help you solve the puzzles, and the nonviolent storybook feeling will provide hours of enjoyment and entertainment while you solve the mystery and enjoy the funny characters similar to those in the Lewis Carroll story. Meet Humpty Dumpty, talk to the sunflowers, the alpaca, and the goat engineer."; 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 = ''; } }