var fDesc=new Array(); fDesc[0] = "In Redemption Cemetery: Grave Testimony you will have to escape from a cursed island inhabited by lost souls. After a strange twist of fate, you find yourself stranded on an eerie island. As you search for a way to cross the treacherous waters, an otherworldly boatman appears and tells you the only way to return home alive is to help three of the poor spirits trapped on the island.

The Collector’s Edition includes: bonus gameplay, integrated strategy guide, downloadable soundtrack and amazing art extras."; 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 = ''; } }