var fDesc=new Array(); fDesc[0] = "X³: Terran Conflict is a brand new, stand-alone game set in the universe of X³.Gamers can take on the roles of different characters in the X universe, or of a Terran military pilot, and experience a multitude of stories in the largest X universe ever featured. It is the culmination of the X trilogy, with a grand finale that takes us all the way back to Earth's own solar system."; 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 = ''; } }