var fDesc=new Array(); fDesc[0] = "Zombie Exterminator is a puzzle game where you have to use your imagination to find various ways to kill zombies. Work out how to kill all of the zombies on the screen by activating spinning wheels, shooting arrows, cutting ropes and much more. Win every level by clicking elements that harms the zombies. Proove that you can solve every puzzle and eliminate the threats."; 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 = ''; } }