var fDesc=new Array(); fDesc[0] = "You are the last defender against a foreign army of 50,000 knights, warriors and mutants. Face up to 100 enemies at once in ultra-fast top down 3D action. Customize your player with special modifiers, powerups and weapons and play through non-stop carnage in three game modes: Rush mode, Survival mode, and Mission mode. Battle through 20 increasingly challenging missions to eradicate the enemy threat. There will be rivers of blood."; 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 = ''; } }