var fDesc=new Array(); fDesc[0] = "Do you ever get the feeling there’s more to this world than what’s on the surface? After buying a charming old house in the countryside, you stumble upon a locket that lets you see a magical world. The locket belongs to Fiona, a little girl who was taken from the house by a menacing shadow. With help from other magical creatures, find and save Fiona before it’s too late! Solve inventive puzzles and discover secrets in Otherworld: Spring of Shadows, a fun Hidden Object Adventure 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 = ''; } }