var fDesc=new Array(); fDesc[0] = "The Saint: Abyss of Despair is a hidden object game in which an ex-priest, who believes the Evil One lives in him, becomes entangled in a nightmare scenario when he travels to Africa to investigate an alleged demonic possession. You will have to guide this tortured soul as he works feverishly to solve a horrifying supernatural mystery and save the life of an innocent child. Compelling and highly playable, The Saint: Abyss of Despair will draw you in with its intense opening monologue and hold you in its grip until you've experienced every breathtaking moment!"; 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 = ''; } }