var fDesc=new Array(); fDesc[0] = "Knight of the Living Dead thrusts you into the role of the legendary Sir Galahad, the most decorated and devoted knight in the history of the world. Strike back against the zombie hordes using your trusty grey sword and an incredible array of abilities."; 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 = ''; } }