var fDesc=new Array(); fDesc[0] = "Hallowed Legends: Ship of Bones Collector's Edition is an entertaining game in which you have crash-landed near the village of Erlenbourg, where a ghostly figure has been stealing souls. You have to follow the trail of the mysterious woman in white and discover the secret behind her terrible task."; 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 = ''; } }