var fDesc=new Array(); fDesc[0] = "Ground Pounders is a hex-based, turn-based strategy war-game. This game lets players control an army from one of two factions. Each army is comprised of dozens of different unit types. You will lead your ground pounders across a variety of worlds, increase their experience levels and abilities over the course of two campaigns, and use them to unlock special action cards that can add special effects to single-player games, or to up the stakes in your cross-platform multi-player battles."; 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 = ''; } }