var fDesc=new Array(); fDesc[0] = "I Live at Santa’s House! is a creative Christmas experience for children 3 to 7. Kids will enjoy seeing life through the eyes of an elf living in Santa’s House at the North Pole! The creative, non-competitive activities include testing toys, baking Christmas cookies, decorating the tree, and more! The rich variety of activities, and the appealing fantasy of actually participating in daily life at the North Pole, will captivate the mind and imagination of any child who loves Christmas. The game is divided into four main areas: the Bedroom, the Kitchen, the Living Room and Santa’s Workshop. Each session begins with waking up at the start of the day. As you explore the various rooms, you will find ten major activities and games to try, and a number of smaller ones as well."; 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 = ''; } }