var fDesc=new Array(); fDesc[0] = "Tom Clancy's Ghost Recon Phantoms is a multiplayer first person shooter game. You can pick from the three classes of soldiers: Assault, Support or Recon to suit your play-style. Each of them has unique abilities to fight the enemies. Playing together is easy with the fireteam feature and squad systems (16 players are supported)."; 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 = ''; } }