var fDesc=new Array(); fDesc[0] = "Blood will immerse you in a world of horror unlike any youve experienced before. Brace yourself for a nightmarish battle against the bloodthirsty minions of an ancient, forgotten god bent on wiping humanity from the face of the earth. As a former member of the Cabal, you have a good idea of what youre up against, and the odds arent in your favor. But the hunger for revenge can be a powerful ally--and youve got some old debts to settle. (Its a pretty nifty 3D shooter)."; 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 = ''; } }