var fDesc=new Array(); fDesc[0] = "Family Tales The Sisters is a terrifying game where sister Anna is trapped in a strange existence. Worried and stressed, you drive to your parents' house only to find it hollow and cold. As you try to follow the hints and footsteps left by your sister, the distant memories of childhood are conjured around you, and your sister’s story of psychological trauma is revealed.

As you make your way through one empty, dilapidated room after another, you realize that the once familiar home of your family is now a terrifying psychiatric asylum, and you have somehow entered another world."; 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 = ''; } }