var fDesc=new Array(); fDesc[0] = "Zombie Thrower is a short game where you can train your reaction in help a zombie keep balance and prevent it from falling down. Speed the zombie up and make its head fly high and roll fast - it’s the main aim of the game. It has nice 2D graphics and music."; 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 = ''; } }