var fDesc=new Array(); fDesc[0] = "The citizens of Houndspoint have always loved and trusted their canine companions, but a recent wave of coordinated attacks by a pack of strange dogs has thrown the snowy mountain town into a state of fear. After your beloved dog, Pippa, is kidnapped by the creatures, you vow to discover the cause of the sudden attacks and figure out who, or what, is behind it all. You will be able to explore beautiful hidden object scenes and mysterious locations to uncover the truth in Fierce Tales: The Dog’s Heart Collector's Edition."; 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 = ''; } }