var fDesc=new Array(); fDesc[0] = "The Pitt is a fast paced 3rd- person hack-n-slash game set in a post-apocalyptic arena full of despair and hatred. You play as an enslaved combatant armed with a make-shift sword and shield, you are forced to fight against waves of mutant abominations to ultimately defeat the Bandit King Sad Larry to gain your freedom."; 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 = ''; } }