var fDesc=new Array(); fDesc[0] = "The zombie apocalypse is upon us, and not even those blood-sucking, cape-wearing, cross-fearing vampires are safe from the walking dead. It’s time to assemble your zombie army and wipe out those pesky vampires once and for all. Goodbye Twilight; hello House of the Dead. Transform vampires into zombies or push them off of cliffs until every last vampire is gone, and only the decomposing living dead walk the night. Throw explosive garlic cloves at your zombie minions and send them flying across the screen to annihilate their vampire victims. One touch is all it takes for a vampire to become another mindless, gruesome, green zombie in your undead army."; 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 = ''; } }