var fDesc=new Array(); fDesc[0] = "Follow the trail of clues to solve this untold story in Legacy Tales, Mercy of the Gallows. Meet the ghost of a sad, young woman who needs your help and start this pirate adventure! Why is she warning you about the captain and who is “the Raven”? Go inside the castle, find your way to the mighty battleship, the Batavia, and unravel the mystery."; 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 = ''; } }