var fDesc=new Array(); fDesc[0] = "Stray Souls: Dollhouse Story is a hidden object puzzle adventure game. Welcome to a town where something that should not exist runs free; where a desperate wife will risk her beating heart to find her husband; and where a terrible secret lies buried behind an orphanage. You must search for clues, solve puzzles, and unlock new areas as you visit spine-chilling locations, play stimulating mini-games and locate Hidden Objects."; 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 = ''; } }