var fDesc=new Array(); fDesc[0] = "It was supposed to be a quiet night in the city, but somehow Dan has found himself lost slap bang in the middle of a Zombie apocalypse. Now he must rescue his girlfriend Zoe and make it home alive with the help of some kindly residents who’ve seen their fair share of Zombie Apocalypses!"; 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 = ''; } }