var fDesc=new Array(); fDesc[0] = "Rodina is a first person space exploration game with allows players to seamlessly travel across an entire, full-scale solar system. Walk around your space ship, or anywhere on full-size planet landscapes. Fly through a planet's atmosphere to its surface, or out into deep space. Destroy the alien swarm in thrilling dogfights, and learn the secrets of the demise of the Vanguard Colony Ship and the role of its mothership, Rodina."; 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 = ''; } }